Html Css Color HEX #FEB512 Dark Tangerine

📋 copy color: '#FEB512'

red 254 ◦ green 181 ◦ blue 18

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

Shades of Dark Tangerine #FEB512

Tints of Dark Tangerine #FEB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 56.07%
G = 39.96%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEB512 (or 0xFEB512) is known color: Dark Tangerine. HEX triplet: FE, B5 and 12. RGB value is (254,181,18). Sum of RGB (Red+Green+Blue) = 254+181+18=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB512 is #014AED. Grayscale: #B8B8B8. Windows color (decimal): -84718 or 1226238. OLE color: 1226238.

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

Color convert

RGB 254 181 18 -
CMYK 0 0.29 0.93 0.00
HSL 41.44º 0.99% 0.53% -
HSV(B) 41.44º 0.93% 1% -
XYZ 57.51 54.16 8 -
YUV 184.25 34.18 177.75 -
System Red Green Blue C M Y K H S L
Decimal 254 181 18 0 0.29 0.93 0.00 41.44 0.99 0.53
Hex FE B5 12 0 1D 5D 0 29 63 35
Octal 376 265 22 0 35 135 0 51 143 65
Binary 11111110 10110101 10010 0 11101 1011101 0 101001 1100011 110101

Color Harmonies of #FEB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB512

Black with #FEB512

Text Example


Text Example

White with #FEB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB512; }

 p { color: rgb(254,181,18); }

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

background-color css

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

 a { background-color: rgb(254,181,18); }

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

border-color css

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

 span { border-color: rgb(254,181,18); }

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