Html Css Color HEX #F0AB05 Orange

📋 copy color: '#F0AB05'

red 240 ◦ green 171 ◦ blue 5

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

Shades of Orange #F0AB05

Tints of Orange #F0AB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 57.69%
G = 41.11%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0AB05 (or 0xF0AB05) is known color: Orange. HEX triplet: F0, AB and 05. RGB value is (240,171,5). Sum of RGB (Red+Green+Blue) = 240+171+5=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB05 is #0F54FA. Grayscale: #ADADAD. Windows color (decimal): -1004795 or 371696. OLE color: 371696.

HSL color Cylindrical-coordinate representation of color #F0AB05: hue angle of 42.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0AB05 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 5 -
CMYK 0 0.29 0.98 0.06
HSL 42.38º 0.96% 0.48% -
HSV(B) 42.38º 0.98% 0.94% -
XYZ 50.53 47.66 6.68 -
YUV 172.71 33.36 176 -
System Red Green Blue C M Y K H S L
Decimal 240 171 5 0 0.29 0.98 0.06 42.38 0.96 0.48
Hex F0 AB 5 0 1D 62 6 2A 60 30
Octal 360 253 5 0 35 142 6 52 140 60
Binary 11110000 10101011 101 0 11101 1100010 110 101010 1100000 110000

Color Harmonies of #F0AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB05

Black with #F0AB05

Text Example


Text Example

White with #F0AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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