Html Css Color HEX #FE9D0D Dark Tangerine

📋 copy color: '#FE9D0D'

red 254 ◦ green 157 ◦ blue 13

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

Shades of Dark Tangerine #FE9D0D

Tints of Dark Tangerine #FE9D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

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

R = 59.91%
G = 37.03%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE9D0D (or 0xFE9D0D) is known color: Dark Tangerine. HEX triplet: FE, 9D and 0D. RGB value is (254,157,13). Sum of RGB (Red+Green+Blue) = 254+157+13=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9D0D is #0162F2. Grayscale: #AAAAAA. Windows color (decimal): -90867 or 892414. OLE color: 892414.

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

Color convert

RGB 254 157 13 -
CMYK 0 0.38 0.95 0.00
HSL 35.85º 0.99% 0.52% -
HSV(B) 35.85º 0.95% 1% -
XYZ 53 45.21 6.31 -
YUV 169.59 39.64 188.21 -
System Red Green Blue C M Y K H S L
Decimal 254 157 13 0 0.38 0.95 0.00 35.85 0.99 0.52
Hex FE 9D D 0 26 5F 0 24 63 34
Octal 376 235 15 0 46 137 0 44 143 64
Binary 11111110 10011101 1101 0 100110 1011111 0 100100 1100011 110100

Color Harmonies of #FE9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D0D

Black with #FE9D0D

Text Example


Text Example

White with #FE9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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