Html Css Color HEX #FEB612 Dark Tangerine

📋 copy color: '#FEB612'

red 254 ◦ green 182 ◦ blue 18

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

Shades of Dark Tangerine #FEB612

Tints of Dark Tangerine #FEB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

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

R = 55.95%
G = 40.09%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEB612 (or 0xFEB612) is known color: Dark Tangerine. HEX triplet: FE, B6 and 12. RGB value is (254,182,18). Sum of RGB (Red+Green+Blue) = 254+182+18=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB612 is #0149ED. Grayscale: #B9B9B9. Windows color (decimal): -84462 or 1226494. OLE color: 1226494.

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

Color convert

RGB 254 182 18 -
CMYK 0 0.28 0.93 0.00
HSL 41.69º 0.99% 0.53% -
HSV(B) 41.69º 0.93% 1% -
XYZ 57.71 54.57 8.06 -
YUV 184.83 33.85 177.34 -
System Red Green Blue C M Y K H S L
Decimal 254 182 18 0 0.28 0.93 0.00 41.69 0.99 0.53
Hex FE B6 12 0 1C 5D 0 2A 63 35
Octal 376 266 22 0 34 135 0 52 143 65
Binary 11111110 10110110 10010 0 11100 1011101 0 101010 1100011 110101

Color Harmonies of #FEB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB612

Black with #FEB612

Text Example


Text Example

White with #FEB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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