Html Css Color HEX #FE9B00 Orange Peel

📋 copy color: '#FE9B00'

red 254 ◦ green 155 ◦ blue 0

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

Shades of Orange Peel #FE9B00

Tints of Orange Peel #FE9B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.1%
G = 37.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE9B00 (or 0xFE9B00) is known color: Orange Peel. HEX triplet: FE, 9B and 00. RGB value is (254,155,0). Sum of RGB (Red+Green+Blue) = 254+155+0=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B00 is #0164FF. Grayscale: #A7A7A7. Windows color (decimal): -91392 or 39934. OLE color: 39934.

HSL color Cylindrical-coordinate representation of color #FE9B00: hue angle of 36.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE9B00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 155 0 -
CMYK 0 0.39 1 0.00
HSL 36.61º 1% 0.5% -
HSV(B) 36.61º 1% 1% -
XYZ 52.59 44.51 5.82 -
YUV 166.93 33.8 190.1 -
System Red Green Blue C M Y K H S L
Decimal 254 155 0 0 0.39 1 0.00 36.61 1 0.5
Hex FE 9B 0 0 27 64 0 25 64 32
Octal 376 233 0 0 47 144 0 45 144 62
Binary 11111110 10011011 0 0 100111 1100100 0 100101 1100100 110010

Color Harmonies of #FE9B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B00

Black with #FE9B00

Text Example


Text Example

White with #FE9B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B00; }

 p { color: rgb(254,155,0); }

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

background-color css

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

 a { background-color: rgb(254,155,0); }

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

border-color css

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

 span { border-color: rgb(254,155,0); }

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