Html Css Color HEX #F9A001 Orange Peel

📋 copy color: '#F9A001'

red 249 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #F9A001

Tints of Orange Peel #F9A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 60.73%
G = 39.02%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9A001 (or 0xF9A001) is known color: Orange Peel. HEX triplet: F9, A0 and 01. RGB value is (249,160,1). Sum of RGB (Red+Green+Blue) = 249+160+1=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A001 is #065FFE. Grayscale: #A9A9A9. Windows color (decimal): -417791 or 106745. OLE color: 106745.

HSL color Cylindrical-coordinate representation of color #F9A001: hue angle of 38.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9A001 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 1 -
CMYK 0 0.36 1.00 0.02
HSL 38.47º 0.99% 0.49% -
HSV(B) 38.47º 1% 0.98% -
XYZ 51.64 45.28 6.05 -
YUV 168.49 33.49 185.43 -
System Red Green Blue C M Y K H S L
Decimal 249 160 1 0 0.36 1.00 0.02 38.47 0.99 0.49
Hex F9 A0 1 0 24 64 2 26 63 31
Octal 371 240 1 0 44 144 2 46 143 61
Binary 11111001 10100000 1 0 100100 1100100 10 100110 1100011 110001

Color Harmonies of #F9A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A001

Black with #F9A001

Text Example


Text Example

White with #F9A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A001; }

 p { color: rgb(249,160,1); }

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

background-color css

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

 a { background-color: rgb(249,160,1); }

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

border-color css

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

 span { border-color: rgb(249,160,1); }

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