Html Css Color HEX #FC8C35 Sun

📋 copy color: '#FC8C35'

red 252 ◦ green 140 ◦ blue 53

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

Shades of Sun #FC8C35

Tints of Sun #FC8C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.91%

R = 56.63%
G = 31.46%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC8C35 (or 0xFC8C35) is known color: Sun. HEX triplet: FC, 8C and 35. RGB value is (252,140,53). Sum of RGB (Red+Green+Blue) = 252+140+53=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C35 is #0373CA. Grayscale: #A4A4A4. Windows color (decimal): -226251 or 3509500. OLE color: 3509500.

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

Color convert

RGB 252 140 53 -
CMYK 0 0.44 0.79 0.01
HSL 26.23º 0.97% 0.6% -
HSV(B) 26.23º 0.79% 0.99% -
XYZ 50.17 39.71 8.39 -
YUV 163.57 65.61 191.07 -
System Red Green Blue C M Y K H S L
Decimal 252 140 53 0 0.44 0.79 0.01 26.23 0.97 0.6
Hex FC 8C 35 0 2C 4F 1 1A 61 3C
Octal 374 214 65 0 54 117 1 32 141 74
Binary 11111100 10001100 110101 0 101100 1001111 1 11010 1100001 111100

Color Harmonies of #FC8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C35

Black with #FC8C35

Text Example


Text Example

White with #FC8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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