Html Css Color HEX #F2AD04 Orange

📋 copy color: '#F2AD04'

red 242 ◦ green 173 ◦ blue 4

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

Shades of Orange #F2AD04

Tints of Orange #F2AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 57.76%
G = 41.29%
B = 0.95%

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

#F2AD04 (or 0xF2AD04) is known color: Orange. HEX triplet: F2, AD and 04. RGB value is (242,173,4). Sum of RGB (Red+Green+Blue) = 242+173+4=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD04 is #0D52FB. Grayscale: #AFAFAF. Windows color (decimal): -873212 or 306674. OLE color: 306674.

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

Color convert

RGB 242 173 4 -
CMYK 0 0.29 0.98 0.05
HSL 42.61º 0.97% 0.48% -
HSV(B) 42.61º 0.98% 0.95% -
XYZ 51.58 48.77 6.81 -
YUV 174.37 31.86 176.24 -
System Red Green Blue C M Y K H S L
Decimal 242 173 4 0 0.29 0.98 0.05 42.61 0.97 0.48
Hex F2 AD 4 0 1D 62 5 2B 61 30
Octal 362 255 4 0 35 142 5 53 141 60
Binary 11110010 10101101 100 0 11101 1100010 101 101011 1100001 110000

Color Harmonies of #F2AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD04

Black with #F2AD04

Text Example


Text Example

White with #F2AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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