Html Css Color HEX #FA852A Sun

📋 copy color: '#FA852A'

red 250 ◦ green 133 ◦ blue 42

#FA852A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sun #FA852A

Tints of Sun #FA852A

RGB

 RED value IS 250 (98.05% from 255) = 58.82%

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 58.82%
G = 31.29%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA852A (or 0xFA852A) is known color: Sun. HEX triplet: FA, 85 and 2A. RGB value is (250,133,42). Sum of RGB (Red+Green+Blue) = 250+133+42=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA852A is #057AD5. Grayscale: #9E9E9E. Windows color (decimal): -359126 or 2786810. OLE color: 2786810.

HSL color Cylindrical-coordinate representation of color #FA852A: hue angle of 26.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA852A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 42 -
CMYK 0 0.47 0.83 0.02
HSL 26.25º 0.95% 0.57% -
HSV(B) 26.25º 0.83% 0.98% -
XYZ 48.23 37.27 6.84 -
YUV 157.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 250 133 42 0 0.47 0.83 0.02 26.25 0.95 0.57
Hex FA 85 2A 0 2F 53 2 1A 5F 39
Octal 372 205 52 0 57 123 2 32 137 71
Binary 11111010 10000101 101010 0 101111 1010011 10 11010 1011111 111001

Color Harmonies of #FA852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA852A

Black with #FA852A

Text Example


Text Example

White with #FA852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA852A; }

 p { color: rgb(250,133,42); }

 H1.HeaderClassName
 {
   color: #FA852A;
 }
 .AnyTagClassName
 {
   color: #FA852A;
 }
</style>

background-color css

<style>
 a { background-color: #FA852A; }

 a { background-color: rgb(250,133,42); }

 div.DivClassName
 {
   background-color: #FA852A;
 }
 .BgClassName
 {
   background-color: #FA852A;
 }
</style>

border-color css

<style>
 span { border-color: #FA852A; }

 span { border-color: rgb(250,133,42); }

 td.TdClassName
 {
   border-color: #FA852A;
 }
 .TagClassName
 {
   border-color: #FA852A;
 }
</style>