Html Css Color HEX #FEB20C Dark Tangerine

📋 copy color: '#FEB20C'

red 254 ◦ green 178 ◦ blue 12

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

Shades of Dark Tangerine #FEB20C

Tints of Dark Tangerine #FEB20C

RGB

 RED value IS 254 (99.61% from 255) = 57.21%

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

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

R = 57.21%
G = 40.09%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB20C (or 0xFEB20C) is known color: Dark Tangerine. HEX triplet: FE, B2 and 0C. RGB value is (254,178,12). Sum of RGB (Red+Green+Blue) = 254+178+12=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB20C is #014DF3. Grayscale: #B6B6B6. Windows color (decimal): -85492 or 832254. OLE color: 832254.

HSL color Cylindrical-coordinate representation of color #FEB20C: hue angle of 41.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEB20C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 12 -
CMYK 0 0.30 0.95 0.00
HSL 41.16º 0.99% 0.52% -
HSV(B) 41.16º 0.95% 1% -
XYZ 56.86 52.94 7.57 -
YUV 181.8 32.18 179.5 -
System Red Green Blue C M Y K H S L
Decimal 254 178 12 0 0.30 0.95 0.00 41.16 0.99 0.52
Hex FE B2 C 0 1E 5F 0 29 63 34
Octal 376 262 14 0 36 137 0 51 143 64
Binary 11111110 10110010 1100 0 11110 1011111 0 101001 1100011 110100

Color Harmonies of #FEB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB20C

Black with #FEB20C

Text Example


Text Example

White with #FEB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB20C; }

 p { color: rgb(254,178,12); }

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

background-color css

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

 a { background-color: rgb(254,178,12); }

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

border-color css

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

 span { border-color: rgb(254,178,12); }

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