Html Css Color HEX #FEB21C Dark Tangerine

📋 copy color: '#FEB21C'

red 254 ◦ green 178 ◦ blue 28

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

Shades of Dark Tangerine #FEB21C

Tints of Dark Tangerine #FEB21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.09%

R = 55.22%
G = 38.7%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEB21C (or 0xFEB21C) is known color: Dark Tangerine. HEX triplet: FE, B2 and 1C. RGB value is (254,178,28). Sum of RGB (Red+Green+Blue) = 254+178+28=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB21C is #014DE3. Grayscale: #B8B8B8. Windows color (decimal): -85476 or 1880830. OLE color: 1880830.

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

Color convert

RGB 254 178 28 -
CMYK 0 0.30 0.89 0.00
HSL 39.82º 0.99% 0.55% -
HSV(B) 39.82º 0.89% 1% -
XYZ 57 53 8.32 -
YUV 183.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 254 178 28 0 0.30 0.89 0.00 39.82 0.99 0.55
Hex FE B2 1C 0 1E 59 0 28 63 37
Octal 376 262 34 0 36 131 0 50 143 67
Binary 11111110 10110010 11100 0 11110 1011001 0 101000 1100011 110111

Color Harmonies of #FEB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB21C

Black with #FEB21C

Text Example


Text Example

White with #FEB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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