Html Css Color HEX #FC8231 Sun

📋 copy color: '#FC8231'

red 252 ◦ green 130 ◦ blue 49

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

Shades of Sun #FC8231

Tints of Sun #FC8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 58.47%
G = 30.16%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8231 (or 0xFC8231) is known color: Sun. HEX triplet: FC, 82 and 31. RGB value is (252,130,49). Sum of RGB (Red+Green+Blue) = 252+130+49=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8231 is #037DCE. Grayscale: #9D9D9D. Windows color (decimal): -228815 or 3244796. OLE color: 3244796.

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

Color convert

RGB 252 130 49 -
CMYK 0 0.48 0.81 0.01
HSL 23.94º 0.97% 0.59% -
HSV(B) 23.94º 0.81% 0.99% -
XYZ 48.68 36.88 7.46 -
YUV 157.24 66.92 195.59 -
System Red Green Blue C M Y K H S L
Decimal 252 130 49 0 0.48 0.81 0.01 23.94 0.97 0.59
Hex FC 82 31 0 30 51 1 18 61 3B
Octal 374 202 61 0 60 121 1 30 141 73
Binary 11111100 10000010 110001 0 110000 1010001 1 11000 1100001 111011

Color Harmonies of #FC8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8231

Black with #FC8231

Text Example


Text Example

White with #FC8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8231; }

 p { color: rgb(252,130,49); }

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

background-color css

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

 a { background-color: rgb(252,130,49); }

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

border-color css

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

 span { border-color: rgb(252,130,49); }

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