Html Css Color HEX #FE990B Orange Peel

📋 copy color: '#FE990B'

red 254 ◦ green 153 ◦ blue 11

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

Shades of Orange Peel #FE990B

Tints of Orange Peel #FE990B

RGB

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

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

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

R = 60.77%
G = 36.6%
B = 2.63%

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

#FE990B (or 0xFE990B) is known color: Orange Peel. HEX triplet: FE, 99 and 0B. RGB value is (254,153,11). Sum of RGB (Red+Green+Blue) = 254+153+11=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE990B is #0166F4. Grayscale: #A7A7A7. Windows color (decimal): -91893 or 760318. OLE color: 760318.

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

Color convert

RGB 254 153 11 -
CMYK 0 0.40 0.96 0.00
HSL 35.06º 0.99% 0.52% -
HSV(B) 35.06º 0.96% 1% -
XYZ 52.32 43.88 6.03 -
YUV 167.01 39.96 190.05 -
System Red Green Blue C M Y K H S L
Decimal 254 153 11 0 0.40 0.96 0.00 35.06 0.99 0.52
Hex FE 99 B 0 28 60 0 23 63 34
Octal 376 231 13 0 50 140 0 43 143 64
Binary 11111110 10011001 1011 0 101000 1100000 0 100011 1100011 110100

Color Harmonies of #FE990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE990B

Black with #FE990B

Text Example


Text Example

White with #FE990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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