Html Css Color HEX #FEAD0B Dark Tangerine

📋 copy color: '#FEAD0B'

red 254 ◦ green 173 ◦ blue 11

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

Shades of Dark Tangerine #FEAD0B

Tints of Dark Tangerine #FEAD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 57.99%
G = 39.5%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEAD0B (or 0xFEAD0B) is known color: Dark Tangerine. HEX triplet: FE, AD and 0B. RGB value is (254,173,11). Sum of RGB (Red+Green+Blue) = 254+173+11=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0B is #0152F4. Grayscale: #B3B3B3. Windows color (decimal): -86773 or 765438. OLE color: 765438.

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

Color convert

RGB 254 173 11 -
CMYK 0 0.32 0.96 0.00
HSL 40º 0.99% 0.52% -
HSV(B) 40º 0.96% 1% -
XYZ 55.88 50.98 7.21 -
YUV 178.75 33.34 181.67 -
System Red Green Blue C M Y K H S L
Decimal 254 173 11 0 0.32 0.96 0.00 40 0.99 0.52
Hex FE AD B 0 20 60 0 28 63 34
Octal 376 255 13 0 40 140 0 50 143 64
Binary 11111110 10101101 1011 0 100000 1100000 0 101000 1100011 110100

Color Harmonies of #FEAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD0B

Black with #FEAD0B

Text Example


Text Example

White with #FEAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD0B; }

 p { color: rgb(254,173,11); }

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

background-color css

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

 a { background-color: rgb(254,173,11); }

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

border-color css

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

 span { border-color: rgb(254,173,11); }

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