Html Css Color HEX #F9980B Orange Peel

📋 copy color: '#F9980B'

red 249 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #F9980B

Tints of Orange Peel #F9980B

RGB

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

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

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

R = 60.44%
G = 36.89%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9980B (or 0xF9980B) is known color: Orange Peel. HEX triplet: F9, 98 and 0B. RGB value is (249,152,11). Sum of RGB (Red+Green+Blue) = 249+152+11=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9980B is #0667F4. Grayscale: #A5A5A5. Windows color (decimal): -419829 or 760057. OLE color: 760057.

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

Color convert

RGB 249 152 11 -
CMYK 0 0.39 0.96 0.02
HSL 35.55º 0.95% 0.51% -
HSV(B) 35.55º 0.96% 0.98% -
XYZ 50.36 42.62 5.89 -
YUV 164.93 41.14 187.96 -
System Red Green Blue C M Y K H S L
Decimal 249 152 11 0 0.39 0.96 0.02 35.55 0.95 0.51
Hex F9 98 B 0 27 60 2 24 5F 33
Octal 371 230 13 0 47 140 2 44 137 63
Binary 11111001 10011000 1011 0 100111 1100000 10 100100 1011111 110011

Color Harmonies of #F9980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9980B

Black with #F9980B

Text Example


Text Example

White with #F9980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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