Html Css Color HEX #F9980A Orange Peel

📋 copy color: '#F9980A'

red 249 ◦ green 152 ◦ blue 10

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

Shades of Orange Peel #F9980A

Tints of Orange Peel #F9980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 60.58%
G = 36.98%
B = 2.43%

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

#F9980A (or 0xF9980A) is known color: Orange Peel. HEX triplet: F9, 98 and 0A. RGB value is (249,152,10). Sum of RGB (Red+Green+Blue) = 249+152+10=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9980A is #0667F5. Grayscale: #A5A5A5. Windows color (decimal): -419830 or 694521. OLE color: 694521.

HSL color Cylindrical-coordinate representation of color #F9980A: hue angle of 35.65º 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 #F9980A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 10 -
CMYK 0 0.39 0.96 0.02
HSL 35.65º 0.95% 0.51% -
HSV(B) 35.65º 0.96% 0.98% -
XYZ 50.35 42.62 5.86 -
YUV 164.82 40.64 188.05 -
System Red Green Blue C M Y K H S L
Decimal 249 152 10 0 0.39 0.96 0.02 35.65 0.95 0.51
Hex F9 98 A 0 27 60 2 24 5F 33
Octal 371 230 12 0 47 140 2 44 137 63
Binary 11111001 10011000 1010 0 100111 1100000 10 100100 1011111 110011

Color Harmonies of #F9980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9980A

Black with #F9980A

Text Example


Text Example

White with #F9980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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