Html Css Color HEX #F99A01 Orange Peel

📋 copy color: '#F99A01'

red 249 ◦ green 154 ◦ blue 1

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

Shades of Orange Peel #F99A01

Tints of Orange Peel #F99A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

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

R = 61.63%
G = 38.12%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F99A01 (or 0xF99A01) is known color: Orange Peel. HEX triplet: F9, 9A and 01. RGB value is (249,154,1). Sum of RGB (Red+Green+Blue) = 249+154+1=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99A01 is #0665FE. Grayscale: #A5A5A5. Windows color (decimal): -419327 or 105209. OLE color: 105209.

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

Color convert

RGB 249 154 1 -
CMYK 0 0.38 1.00 0.02
HSL 37.02º 0.99% 0.49% -
HSV(B) 37.02º 1% 0.98% -
XYZ 50.63 43.25 5.71 -
YUV 164.96 35.47 187.94 -
System Red Green Blue C M Y K H S L
Decimal 249 154 1 0 0.38 1.00 0.02 37.02 0.99 0.49
Hex F9 9A 1 0 26 64 2 25 63 31
Octal 371 232 1 0 46 144 2 45 143 61
Binary 11111001 10011010 1 0 100110 1100100 10 100101 1100011 110001

Color Harmonies of #F99A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99A01

Black with #F99A01

Text Example


Text Example

White with #F99A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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