Html Css Color HEX #FC852A Sun

📋 copy color: '#FC852A'

red 252 ◦ green 133 ◦ blue 42

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

Shades of Sun #FC852A

Tints of Sun #FC852A

RGB

 RED value IS 252 (98.83% from 255) = 59.02%

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

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

R = 59.02%
G = 31.15%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC852A (or 0xFC852A) is known color: Sun. HEX triplet: FC, 85 and 2A. RGB value is (252,133,42). Sum of RGB (Red+Green+Blue) = 252+133+42=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC852A is #037AD5. Grayscale: #9E9E9E. Windows color (decimal): -228054 or 2786812. OLE color: 2786812.

HSL color Cylindrical-coordinate representation of color #FC852A: hue angle of 26º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC852A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 42 -
CMYK 0 0.47 0.83 0.01
HSL 26º 0.97% 0.58% -
HSV(B) 26º 0.83% 0.99% -
XYZ 48.95 37.64 6.88 -
YUV 158.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 252 133 42 0 0.47 0.83 0.01 26 0.97 0.58
Hex FC 85 2A 0 2F 53 1 1A 61 3A
Octal 374 205 52 0 57 123 1 32 141 72
Binary 11111100 10000101 101010 0 101111 1010011 1 11010 1100001 111010

Color Harmonies of #FC852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC852A

Black with #FC852A

Text Example


Text Example

White with #FC852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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