Html Css Color HEX #F2AA03 Orange

📋 copy color: '#F2AA03'

red 242 ◦ green 170 ◦ blue 3

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

Shades of Orange #F2AA03

Tints of Orange #F2AA03

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 58.31%
G = 40.96%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2AA03 (or 0xF2AA03) is known color: Orange. HEX triplet: F2, AA and 03. RGB value is (242,170,3). Sum of RGB (Red+Green+Blue) = 242+170+3=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA03 is #0D55FC. Grayscale: #ADADAD. Windows color (decimal): -873981 or 240370. OLE color: 240370.

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

Color convert

RGB 242 170 3 -
CMYK 0 0.30 0.99 0.05
HSL 41.92º 0.98% 0.48% -
HSV(B) 41.92º 0.99% 0.95% -
XYZ 51.01 47.63 6.59 -
YUV 172.49 32.35 177.58 -
System Red Green Blue C M Y K H S L
Decimal 242 170 3 0 0.30 0.99 0.05 41.92 0.98 0.48
Hex F2 AA 3 0 1E 63 5 2A 62 30
Octal 362 252 3 0 36 143 5 52 142 60
Binary 11110010 10101010 11 0 11110 1100011 101 101010 1100010 110000

Color Harmonies of #F2AA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA03

Black with #F2AA03

Text Example


Text Example

White with #F2AA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA03; }

 p { color: rgb(242,170,3); }

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

background-color css

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

 a { background-color: rgb(242,170,3); }

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

border-color css

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

 span { border-color: rgb(242,170,3); }

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