Html Css Color HEX #FC8C42 Sun

📋 copy color: '#FC8C42'

red 252 ◦ green 140 ◦ blue 66

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

Shades of Sun #FC8C42

Tints of Sun #FC8C42

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 55.02%
G = 30.57%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8C42 (or 0xFC8C42) is known color: Sun. HEX triplet: FC, 8C and 42. RGB value is (252,140,66). Sum of RGB (Red+Green+Blue) = 252+140+66=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C42 is #0373BD. Grayscale: #A5A5A5. Windows color (decimal): -226238 or 4361468. OLE color: 4361468.

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

Color convert

RGB 252 140 66 -
CMYK 0 0.44 0.74 0.01
HSL 23.87º 0.97% 0.62% -
HSV(B) 23.87º 0.74% 0.99% -
XYZ 50.51 39.84 10.18 -
YUV 165.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 252 140 66 0 0.44 0.74 0.01 23.87 0.97 0.62
Hex FC 8C 42 0 2C 4A 1 18 61 3E
Octal 374 214 102 0 54 112 1 30 141 76
Binary 11111100 10001100 1000010 0 101100 1001010 1 11000 1100001 111110

Color Harmonies of #FC8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C42

Black with #FC8C42

Text Example


Text Example

White with #FC8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C42; }

 p { color: rgb(252,140,66); }

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

background-color css

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

 a { background-color: rgb(252,140,66); }

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

border-color css

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

 span { border-color: rgb(252,140,66); }

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