Html Css Color HEX #FC8A2F Sun

📋 copy color: '#FC8A2F'

red 252 ◦ green 138 ◦ blue 47

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

Shades of Sun #FC8A2F

Tints of Sun #FC8A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.76%

R = 57.67%
G = 31.58%
B = 10.76%

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

#FC8A2F (or 0xFC8A2F) is known color: Sun. HEX triplet: FC, 8A and 2F. RGB value is (252,138,47). Sum of RGB (Red+Green+Blue) = 252+138+47=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A2F is #0375D0. Grayscale: #A2A2A2. Windows color (decimal): -226769 or 3115772. OLE color: 3115772.

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

Color convert

RGB 252 138 47 -
CMYK 0 0.45 0.81 0.01
HSL 26.63º 0.97% 0.59% -
HSV(B) 26.63º 0.81% 0.99% -
XYZ 49.75 39.08 7.61 -
YUV 161.71 63.27 192.4 -
System Red Green Blue C M Y K H S L
Decimal 252 138 47 0 0.45 0.81 0.01 26.63 0.97 0.59
Hex FC 8A 2F 0 2D 51 1 1B 61 3B
Octal 374 212 57 0 55 121 1 33 141 73
Binary 11111100 10001010 101111 0 101101 1010001 1 11011 1100001 111011

Color Harmonies of #FC8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A2F

Black with #FC8A2F

Text Example


Text Example

White with #FC8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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