Html Css Color HEX #FC8A30 Sun

📋 copy color: '#FC8A30'

red 252 ◦ green 138 ◦ blue 48

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

Shades of Sun #FC8A30

Tints of Sun #FC8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 48 (19.14% from 255) = 10.96%

R = 57.53%
G = 31.51%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8A30 (or 0xFC8A30) is known color: Sun. HEX triplet: FC, 8A and 30. RGB value is (252,138,48). Sum of RGB (Red+Green+Blue) = 252+138+48=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A30 is #0375CF. Grayscale: #A2A2A2. Windows color (decimal): -226768 or 3181308. OLE color: 3181308.

HSL color Cylindrical-coordinate representation of color #FC8A30: hue angle of 26.47º 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 #FC8A30 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 48 -
CMYK 0 0.45 0.81 0.01
HSL 26.47º 0.97% 0.59% -
HSV(B) 26.47º 0.81% 0.99% -
XYZ 49.77 39.09 7.72 -
YUV 161.83 63.77 192.32 -
System Red Green Blue C M Y K H S L
Decimal 252 138 48 0 0.45 0.81 0.01 26.47 0.97 0.59
Hex FC 8A 30 0 2D 51 1 1A 61 3B
Octal 374 212 60 0 55 121 1 32 141 73
Binary 11111100 10001010 110000 0 101101 1010001 1 11010 1100001 111011

Color Harmonies of #FC8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A30

Black with #FC8A30

Text Example


Text Example

White with #FC8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A30; }

 p { color: rgb(252,138,48); }

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

background-color css

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

 a { background-color: rgb(252,138,48); }

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

border-color css

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

 span { border-color: rgb(252,138,48); }

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