Html Css Color HEX #F2B218 Dark Tangerine

📋 copy color: '#F2B218'

red 242 ◦ green 178 ◦ blue 24

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

Shades of Dark Tangerine #F2B218

Tints of Dark Tangerine #F2B218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.41%

R = 54.5%
G = 40.09%
B = 5.41%

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

#F2B218 (or 0xF2B218) is known color: Dark Tangerine. HEX triplet: F2, B2 and 18. RGB value is (242,178,24). Sum of RGB (Red+Green+Blue) = 242+178+24=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B218 is #0D4DE7. Grayscale: #B4B4B4. Windows color (decimal): -871912 or 1618674. OLE color: 1618674.

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

Color convert

RGB 242 178 24 -
CMYK 0 0.26 0.90 0.05
HSL 42.39º 0.89% 0.52% -
HSV(B) 42.39º 0.9% 0.95% -
XYZ 52.7 50.78 7.89 -
YUV 179.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 242 178 24 0 0.26 0.90 0.05 42.39 0.89 0.52
Hex F2 B2 18 0 1A 5A 5 2A 59 34
Octal 362 262 30 0 32 132 5 52 131 64
Binary 11110010 10110010 11000 0 11010 1011010 101 101010 1011001 110100

Color Harmonies of #F2B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B218

Black with #F2B218

Text Example


Text Example

White with #F2B218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B218; }

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

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

background-color css

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

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

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

border-color css

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

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

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