Html Css Color HEX #F2AD05 Orange

📋 copy color: '#F2AD05'

red 242 ◦ green 173 ◦ blue 5

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

Shades of Orange #F2AD05

Tints of Orange #F2AD05

RGB

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

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

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

R = 57.62%
G = 41.19%
B = 1.19%

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

#F2AD05 (or 0xF2AD05) is known color: Orange. HEX triplet: F2, AD and 05. RGB value is (242,173,5). Sum of RGB (Red+Green+Blue) = 242+173+5=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD05 is #0D52FA. Grayscale: #AFAFAF. Windows color (decimal): -873211 or 372210. OLE color: 372210.

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

Color convert

RGB 242 173 5 -
CMYK 0 0.29 0.98 0.05
HSL 42.53º 0.96% 0.48% -
HSV(B) 42.53º 0.98% 0.95% -
XYZ 51.59 48.78 6.84 -
YUV 174.48 32.36 176.16 -
System Red Green Blue C M Y K H S L
Decimal 242 173 5 0 0.29 0.98 0.05 42.53 0.96 0.48
Hex F2 AD 5 0 1D 62 5 2B 60 30
Octal 362 255 5 0 35 142 5 53 140 60
Binary 11110010 10101101 101 0 11101 1100010 101 101011 1100000 110000

Color Harmonies of #F2AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD05

Black with #F2AD05

Text Example


Text Example

White with #F2AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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