Html Css Color HEX #F2B10C Dark Tangerine

📋 copy color: '#F2B10C'

red 242 ◦ green 177 ◦ blue 12

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

Shades of Dark Tangerine #F2B10C

Tints of Dark Tangerine #F2B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 56.15%
G = 41.07%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2B10C (or 0xF2B10C) is known color: Dark Tangerine. HEX triplet: F2, B1 and 0C. RGB value is (242,177,12). Sum of RGB (Red+Green+Blue) = 242+177+12=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B10C is #0D4EF3. Grayscale: #B2B2B2. Windows color (decimal): -872180 or 831986. OLE color: 831986.

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

Color convert

RGB 242 177 12 -
CMYK 0 0.27 0.95 0.05
HSL 43.04º 0.91% 0.5% -
HSV(B) 43.04º 0.95% 0.95% -
XYZ 52.41 50.35 7.3 -
YUV 177.63 34.53 173.92 -
System Red Green Blue C M Y K H S L
Decimal 242 177 12 0 0.27 0.95 0.05 43.04 0.91 0.5
Hex F2 B1 C 0 1B 5F 5 2B 5B 32
Octal 362 261 14 0 33 137 5 53 133 62
Binary 11110010 10110001 1100 0 11011 1011111 101 101011 1011011 110010

Color Harmonies of #F2B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B10C

Black with #F2B10C

Text Example


Text Example

White with #F2B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B10C; }

 p { color: rgb(242,177,12); }

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

background-color css

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

 a { background-color: rgb(242,177,12); }

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

border-color css

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

 span { border-color: rgb(242,177,12); }

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