Html Css Color HEX #F2B219 Dark Tangerine

📋 copy color: '#F2B219'

red 242 ◦ green 178 ◦ blue 25

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

Shades of Dark Tangerine #F2B219

Tints of Dark Tangerine #F2B219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 25 (10.16% from 255) = 5.62%

R = 54.38%
G = 40%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2B219 (or 0xF2B219) is known color: Dark Tangerine. HEX triplet: F2, B2 and 19. RGB value is (242,178,25). Sum of RGB (Red+Green+Blue) = 242+178+25=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B219 is #0D4DE6. Grayscale: #B4B4B4. Windows color (decimal): -871911 or 1684210. OLE color: 1684210.

HSL color Cylindrical-coordinate representation of color #F2B219: hue angle of 42.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2B219 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 25 -
CMYK 0 0.26 0.90 0.05
HSL 42.3º 0.89% 0.52% -
HSV(B) 42.3º 0.9% 0.95% -
XYZ 52.71 50.79 7.94 -
YUV 179.69 40.7 172.44 -
System Red Green Blue C M Y K H S L
Decimal 242 178 25 0 0.26 0.90 0.05 42.3 0.89 0.52
Hex F2 B2 19 0 1A 5A 5 2A 59 34
Octal 362 262 31 0 32 132 5 52 131 64
Binary 11110010 10110010 11001 0 11010 1011010 101 101010 1011001 110100

Color Harmonies of #F2B219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B219

Black with #F2B219

Text Example


Text Example

White with #F2B219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B219; }

 p { color: rgb(242,178,25); }

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

background-color css

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

 a { background-color: rgb(242,178,25); }

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

border-color css

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

 span { border-color: rgb(242,178,25); }

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