Html Css Color HEX #FEAD0D Dark Tangerine

📋 copy color: '#FEAD0D'

red 254 ◦ green 173 ◦ blue 13

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

Shades of Dark Tangerine #FEAD0D

Tints of Dark Tangerine #FEAD0D

RGB

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

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

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

R = 57.73%
G = 39.32%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEAD0D (or 0xFEAD0D) is known color: Dark Tangerine. HEX triplet: FE, AD and 0D. RGB value is (254,173,13). Sum of RGB (Red+Green+Blue) = 254+173+13=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0D is #0152F2. Grayscale: #B3B3B3. Windows color (decimal): -86771 or 896510. OLE color: 896510.

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

Color convert

RGB 254 173 13 -
CMYK 0 0.32 0.95 0.00
HSL 39.83º 0.99% 0.52% -
HSV(B) 39.83º 0.95% 1% -
XYZ 55.89 50.99 7.28 -
YUV 178.98 34.34 181.51 -
System Red Green Blue C M Y K H S L
Decimal 254 173 13 0 0.32 0.95 0.00 39.83 0.99 0.52
Hex FE AD D 0 20 5F 0 28 63 34
Octal 376 255 15 0 40 137 0 50 143 64
Binary 11111110 10101101 1101 0 100000 1011111 0 101000 1100011 110100

Color Harmonies of #FEAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD0D

Black with #FEAD0D

Text Example


Text Example

White with #FEAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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