Html Css Color HEX #F2AB04 Orange

📋 copy color: '#F2AB04'

red 242 ◦ green 171 ◦ blue 4

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

Shades of Orange #F2AB04

Tints of Orange #F2AB04

RGB

 RED value IS 242 (94.92% from 255) = 58.03%

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 58.03%
G = 41.01%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2AB04 (or 0xF2AB04) is known color: Orange. HEX triplet: F2, AB and 04. RGB value is (242,171,4). Sum of RGB (Red+Green+Blue) = 242+171+4=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB04 is #0D54FB. Grayscale: #ADADAD. Windows color (decimal): -873724 or 306162. OLE color: 306162.

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

Color convert

RGB 242 171 4 -
CMYK 0 0.29 0.98 0.05
HSL 42.1º 0.97% 0.48% -
HSV(B) 42.1º 0.98% 0.95% -
XYZ 51.2 48.01 6.68 -
YUV 173.19 32.52 177.08 -
System Red Green Blue C M Y K H S L
Decimal 242 171 4 0 0.29 0.98 0.05 42.1 0.97 0.48
Hex F2 AB 4 0 1D 62 5 2A 61 30
Octal 362 253 4 0 35 142 5 52 141 60
Binary 11110010 10101011 100 0 11101 1100010 101 101010 1100001 110000

Color Harmonies of #F2AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB04

Black with #F2AB04

Text Example


Text Example

White with #F2AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB04; }

 p { color: rgb(242,171,4); }

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

background-color css

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

 a { background-color: rgb(242,171,4); }

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

border-color css

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

 span { border-color: rgb(242,171,4); }

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