Html Css Color HEX #F2AD0B Dark Tangerine

📋 copy color: '#F2AD0B'

red 242 ◦ green 173 ◦ blue 11

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

Shades of Dark Tangerine #F2AD0B

Tints of Dark Tangerine #F2AD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 56.81%
G = 40.61%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2AD0B (or 0xF2AD0B) is known color: Dark Tangerine. HEX triplet: F2, AD and 0B. RGB value is (242,173,11). Sum of RGB (Red+Green+Blue) = 242+173+11=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD0B is #0D52F4. Grayscale: #AFAFAF. Windows color (decimal): -873205 or 765426. OLE color: 765426.

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

Color convert

RGB 242 173 11 -
CMYK 0 0.29 0.95 0.05
HSL 42.08º 0.91% 0.5% -
HSV(B) 42.08º 0.95% 0.95% -
XYZ 51.62 48.79 7.01 -
YUV 175.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 242 173 11 0 0.29 0.95 0.05 42.08 0.91 0.5
Hex F2 AD B 0 1D 5F 5 2A 5B 32
Octal 362 255 13 0 35 137 5 52 133 62
Binary 11110010 10101101 1011 0 11101 1011111 101 101010 1011011 110010

Color Harmonies of #F2AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD0B

Black with #F2AD0B

Text Example


Text Example

White with #F2AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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