Html Css Color HEX #FC980B Orange Peel

📋 copy color: '#FC980B'

red 252 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #FC980B

Tints of Orange Peel #FC980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 11 (4.69% from 255) = 2.65%

R = 60.72%
G = 36.63%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC980B (or 0xFC980B) is known color: Orange Peel. HEX triplet: FC, 98 and 0B. RGB value is (252,152,11). Sum of RGB (Red+Green+Blue) = 252+152+11=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC980B is #0367F4. Grayscale: #A6A6A6. Windows color (decimal): -223221 or 760060. OLE color: 760060.

HSL color Cylindrical-coordinate representation of color #FC980B: hue angle of 35.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC980B is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 11 -
CMYK 0 0.40 0.96 0.01
HSL 35.1º 0.98% 0.52% -
HSV(B) 35.1º 0.96% 0.99% -
XYZ 51.43 43.18 5.94 -
YUV 165.83 40.63 189.46 -
System Red Green Blue C M Y K H S L
Decimal 252 152 11 0 0.40 0.96 0.01 35.1 0.98 0.52
Hex FC 98 B 0 28 60 1 23 62 34
Octal 374 230 13 0 50 140 1 43 142 64
Binary 11111100 10011000 1011 0 101000 1100000 1 100011 1100010 110100

Color Harmonies of #FC980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC980B

Black with #FC980B

Text Example


Text Example

White with #FC980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC980B; }

 p { color: rgb(252,152,11); }

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

background-color css

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

 a { background-color: rgb(252,152,11); }

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

border-color css

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

 span { border-color: rgb(252,152,11); }

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