Html Css Color HEX #F2AD06 Orange

📋 copy color: '#F2AD06'

red 242 ◦ green 173 ◦ blue 6

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

Shades of Orange #F2AD06

Tints of Orange #F2AD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 57.48%
G = 41.09%
B = 1.43%

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

#F2AD06 (or 0xF2AD06) is known color: Orange. HEX triplet: F2, AD and 06. RGB value is (242,173,6). Sum of RGB (Red+Green+Blue) = 242+173+6=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD06 is #0D52F9. Grayscale: #AFAFAF. Windows color (decimal): -873210 or 437746. OLE color: 437746.

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

Color convert

RGB 242 173 6 -
CMYK 0 0.29 0.98 0.05
HSL 42.46º 0.95% 0.49% -
HSV(B) 42.46º 0.98% 0.95% -
XYZ 51.59 48.78 6.87 -
YUV 174.59 32.86 176.08 -
System Red Green Blue C M Y K H S L
Decimal 242 173 6 0 0.29 0.98 0.05 42.46 0.95 0.49
Hex F2 AD 6 0 1D 62 5 2A 5F 31
Octal 362 255 6 0 35 142 5 52 137 61
Binary 11110010 10101101 110 0 11101 1100010 101 101010 1011111 110001

Color Harmonies of #F2AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD06

Black with #F2AD06

Text Example


Text Example

White with #F2AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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