Html Css Color HEX #FC980D Orange Peel

📋 copy color: '#FC980D'

red 252 ◦ green 152 ◦ blue 13

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

Shades of Orange Peel #FC980D

Tints of Orange Peel #FC980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 60.43%
G = 36.45%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC980D (or 0xFC980D) is known color: Orange Peel. HEX triplet: FC, 98 and 0D. RGB value is (252,152,13). Sum of RGB (Red+Green+Blue) = 252+152+13=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC980D is #0367F2. Grayscale: #A6A6A6. Windows color (decimal): -223219 or 891132. OLE color: 891132.

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

Color convert

RGB 252 152 13 -
CMYK 0 0.40 0.95 0.01
HSL 34.9º 0.98% 0.52% -
HSV(B) 34.9º 0.95% 0.99% -
XYZ 51.45 43.18 6 -
YUV 166.05 41.63 189.3 -
System Red Green Blue C M Y K H S L
Decimal 252 152 13 0 0.40 0.95 0.01 34.9 0.98 0.52
Hex FC 98 D 0 28 5F 1 23 62 34
Octal 374 230 15 0 50 137 1 43 142 64
Binary 11111100 10011000 1101 0 101000 1011111 1 100011 1100010 110100

Color Harmonies of #FC980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC980D

Black with #FC980D

Text Example


Text Example

White with #FC980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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