Html Css Color HEX #F2A404 Orange

📋 copy color: '#F2A404'

red 242 ◦ green 164 ◦ blue 4

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

Shades of Orange #F2A404

Tints of Orange #F2A404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 59.02%
G = 40%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2A404 (or 0xF2A404) is known color: Orange. HEX triplet: F2, A4 and 04. RGB value is (242,164,4). Sum of RGB (Red+Green+Blue) = 242+164+4=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A404 is #0D5BFB. Grayscale: #A9A9A9. Windows color (decimal): -875516 or 304370. OLE color: 304370.

HSL color Cylindrical-coordinate representation of color #F2A404: hue angle of 40.34º 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 #F2A404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 4 -
CMYK 0 0.32 0.98 0.05
HSL 40.34º 0.97% 0.48% -
HSV(B) 40.34º 0.98% 0.95% -
XYZ 49.92 45.44 6.25 -
YUV 169.08 34.84 180.01 -
System Red Green Blue C M Y K H S L
Decimal 242 164 4 0 0.32 0.98 0.05 40.34 0.97 0.48
Hex F2 A4 4 0 20 62 5 28 61 30
Octal 362 244 4 0 40 142 5 50 141 60
Binary 11110010 10100100 100 0 100000 1100010 101 101000 1100001 110000

Color Harmonies of #F2A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A404

Black with #F2A404

Text Example


Text Example

White with #F2A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A404; }

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

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

background-color css

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

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

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

border-color css

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

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

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