Html Css Color HEX #FE990D Orange Peel

📋 copy color: '#FE990D'

red 254 ◦ green 153 ◦ blue 13

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

Shades of Orange Peel #FE990D

Tints of Orange Peel #FE990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 60.48%
G = 36.43%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE990D (or 0xFE990D) is known color: Orange Peel. HEX triplet: FE, 99 and 0D. RGB value is (254,153,13). Sum of RGB (Red+Green+Blue) = 254+153+13=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE990D is #0166F2. Grayscale: #A7A7A7. Windows color (decimal): -91891 or 891390. OLE color: 891390.

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

Color convert

RGB 254 153 13 -
CMYK 0 0.40 0.95 0.00
HSL 34.85º 0.99% 0.52% -
HSV(B) 34.85º 0.95% 1% -
XYZ 52.34 43.88 6.09 -
YUV 167.24 40.96 189.88 -
System Red Green Blue C M Y K H S L
Decimal 254 153 13 0 0.40 0.95 0.00 34.85 0.99 0.52
Hex FE 99 D 0 28 5F 0 23 63 34
Octal 376 231 15 0 50 137 0 43 143 64
Binary 11111110 10011001 1101 0 101000 1011111 0 100011 1100011 110100

Color Harmonies of #FE990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE990D

Black with #FE990D

Text Example


Text Example

White with #FE990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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