Html Css Color HEX #FEB20D Dark Tangerine

📋 copy color: '#FEB20D'

red 254 ◦ green 178 ◦ blue 13

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

Shades of Dark Tangerine #FEB20D

Tints of Dark Tangerine #FEB20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.92%

R = 57.08%
G = 40%
B = 2.92%

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

#FEB20D (or 0xFEB20D) is known color: Dark Tangerine. HEX triplet: FE, B2 and 0D. RGB value is (254,178,13). Sum of RGB (Red+Green+Blue) = 254+178+13=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB20D is #014DF2. Grayscale: #B6B6B6. Windows color (decimal): -85491 or 897790. OLE color: 897790.

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

Color convert

RGB 254 178 13 -
CMYK 0 0.30 0.95 0.00
HSL 41.08º 0.99% 0.52% -
HSV(B) 41.08º 0.95% 1% -
XYZ 56.87 52.94 7.6 -
YUV 181.91 32.68 179.42 -
System Red Green Blue C M Y K H S L
Decimal 254 178 13 0 0.30 0.95 0.00 41.08 0.99 0.52
Hex FE B2 D 0 1E 5F 0 29 63 34
Octal 376 262 15 0 36 137 0 51 143 64
Binary 11111110 10110010 1101 0 11110 1011111 0 101001 1100011 110100

Color Harmonies of #FEB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB20D

Black with #FEB20D

Text Example


Text Example

White with #FEB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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