Html Css Color HEX #F9980C Orange Peel

📋 copy color: '#F9980C'

red 249 ◦ green 152 ◦ blue 12

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

Shades of Orange Peel #F9980C

Tints of Orange Peel #F9980C

RGB

 RED value IS 249 (97.66% from 255) = 60.29%

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

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 60.29%
G = 36.8%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9980C (or 0xF9980C) is known color: Orange Peel. HEX triplet: F9, 98 and 0C. RGB value is (249,152,12). Sum of RGB (Red+Green+Blue) = 249+152+12=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9980C is #0667F3. Grayscale: #A5A5A5. Windows color (decimal): -419828 or 825593. OLE color: 825593.

HSL color Cylindrical-coordinate representation of color #F9980C: hue angle of 35.44º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9980C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 12 -
CMYK 0 0.39 0.95 0.02
HSL 35.44º 0.95% 0.51% -
HSV(B) 35.44º 0.95% 0.98% -
XYZ 50.36 42.62 5.92 -
YUV 165.04 41.64 187.88 -
System Red Green Blue C M Y K H S L
Decimal 249 152 12 0 0.39 0.95 0.02 35.44 0.95 0.51
Hex F9 98 C 0 27 5F 2 23 5F 33
Octal 371 230 14 0 47 137 2 43 137 63
Binary 11111001 10011000 1100 0 100111 1011111 10 100011 1011111 110011

Color Harmonies of #F9980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9980C

Black with #F9980C

Text Example


Text Example

White with #F9980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9980C; }

 p { color: rgb(249,152,12); }

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

background-color css

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

 a { background-color: rgb(249,152,12); }

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

border-color css

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

 span { border-color: rgb(249,152,12); }

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