Html Css Color HEX #F2AD02 Orange

📋 copy color: '#F2AD02'

red 242 ◦ green 173 ◦ blue 2

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

Shades of Orange #F2AD02

Tints of Orange #F2AD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 58.03%
G = 41.49%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2AD02 (or 0xF2AD02) is known color: Orange. HEX triplet: F2, AD and 02. RGB value is (242,173,2). Sum of RGB (Red+Green+Blue) = 242+173+2=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD02 is #0D52FD. Grayscale: #AEAEAE. Windows color (decimal): -873214 or 175602. OLE color: 175602.

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

Color convert

RGB 242 173 2 -
CMYK 0 0.29 0.99 0.05
HSL 42.75º 0.98% 0.48% -
HSV(B) 42.75º 0.99% 0.95% -
XYZ 51.57 48.77 6.75 -
YUV 174.14 30.86 176.4 -
System Red Green Blue C M Y K H S L
Decimal 242 173 2 0 0.29 0.99 0.05 42.75 0.98 0.48
Hex F2 AD 2 0 1D 63 5 2B 62 30
Octal 362 255 2 0 35 143 5 53 142 60
Binary 11110010 10101101 10 0 11101 1100011 101 101011 1100010 110000

Color Harmonies of #F2AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD02

Black with #F2AD02

Text Example


Text Example

White with #F2AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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