Html Css Color HEX #F0AB01 Orange

📋 copy color: '#F0AB01'

red 240 ◦ green 171 ◦ blue 1

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

Shades of Orange #F0AB01

Tints of Orange #F0AB01

RGB

 RED value IS 240 (94.14% from 255) = 58.25%

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 58.25%
G = 41.5%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0AB01 (or 0xF0AB01) is known color: Orange. HEX triplet: F0, AB and 01. RGB value is (240,171,1). Sum of RGB (Red+Green+Blue) = 240+171+1=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB01 is #0F54FE. Grayscale: #ADADAD. Windows color (decimal): -1004799 or 109552. OLE color: 109552.

HSL color Cylindrical-coordinate representation of color #F0AB01: hue angle of 42.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0AB01 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 1 -
CMYK 0 0.29 1.00 0.06
HSL 42.68º 0.99% 0.47% -
HSV(B) 42.68º 1% 0.94% -
XYZ 50.5 47.65 6.56 -
YUV 172.25 31.36 176.32 -
System Red Green Blue C M Y K H S L
Decimal 240 171 1 0 0.29 1.00 0.06 42.68 0.99 0.47
Hex F0 AB 1 0 1D 64 6 2B 63 2F
Octal 360 253 1 0 35 144 6 53 143 57
Binary 11110000 10101011 1 0 11101 1100100 110 101011 1100011 101111

Color Harmonies of #F0AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB01

Black with #F0AB01

Text Example


Text Example

White with #F0AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB01; }

 p { color: rgb(240,171,1); }

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

background-color css

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

 a { background-color: rgb(240,171,1); }

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

border-color css

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

 span { border-color: rgb(240,171,1); }

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