Html Css Color HEX #FC980F Dark Tangerine

📋 copy color: '#FC980F'

red 252 ◦ green 152 ◦ blue 15

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

Shades of Dark Tangerine #FC980F

Tints of Dark Tangerine #FC980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.58%

R = 60.14%
G = 36.28%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC980F (or 0xFC980F) is known color: Dark Tangerine. HEX triplet: FC, 98 and 0F. RGB value is (252,152,15). Sum of RGB (Red+Green+Blue) = 252+152+15=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC980F is #0367F0. Grayscale: #A6A6A6. Windows color (decimal): -223217 or 1022204. OLE color: 1022204.

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

Color convert

RGB 252 152 15 -
CMYK 0 0.40 0.94 0.01
HSL 34.68º 0.98% 0.52% -
HSV(B) 34.68º 0.94% 0.99% -
XYZ 51.46 43.19 6.08 -
YUV 166.28 42.63 189.14 -
System Red Green Blue C M Y K H S L
Decimal 252 152 15 0 0.40 0.94 0.01 34.68 0.98 0.52
Hex FC 98 F 0 28 5E 1 23 62 34
Octal 374 230 17 0 50 136 1 43 142 64
Binary 11111100 10011000 1111 0 101000 1011110 1 100011 1100010 110100

Color Harmonies of #FC980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC980F

Black with #FC980F

Text Example


Text Example

White with #FC980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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