Html Css Color HEX #FE990A Orange Peel

📋 copy color: '#FE990A'

red 254 ◦ green 153 ◦ blue 10

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

Shades of Orange Peel #FE990A

Tints of Orange Peel #FE990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 60.91%
G = 36.69%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE990A (or 0xFE990A) is known color: Orange Peel. HEX triplet: FE, 99 and 0A. RGB value is (254,153,10). Sum of RGB (Red+Green+Blue) = 254+153+10=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE990A is #0166F5. Grayscale: #A7A7A7. Windows color (decimal): -91894 or 694782. OLE color: 694782.

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

Color convert

RGB 254 153 10 -
CMYK 0 0.40 0.96 0.00
HSL 35.16º 0.99% 0.52% -
HSV(B) 35.16º 0.96% 1% -
XYZ 52.32 43.88 6 -
YUV 166.9 39.46 190.13 -
System Red Green Blue C M Y K H S L
Decimal 254 153 10 0 0.40 0.96 0.00 35.16 0.99 0.52
Hex FE 99 A 0 28 60 0 23 63 34
Octal 376 231 12 0 50 140 0 43 143 64
Binary 11111110 10011001 1010 0 101000 1100000 0 100011 1100011 110100

Color Harmonies of #FE990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE990A

Black with #FE990A

Text Example


Text Example

White with #FE990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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