Html Css Color HEX #FE9F0B Orange Peel

📋 copy color: '#FE9F0B'

red 254 ◦ green 159 ◦ blue 11

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

Shades of Orange Peel #FE9F0B

Tints of Orange Peel #FE9F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

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

R = 59.91%
G = 37.5%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE9F0B (or 0xFE9F0B) is known color: Orange Peel. HEX triplet: FE, 9F and 0B. RGB value is (254,159,11). Sum of RGB (Red+Green+Blue) = 254+159+11=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F0B is #0160F4. Grayscale: #ABABAB. Windows color (decimal): -90357 or 761854. OLE color: 761854.

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

Color convert

RGB 254 159 11 -
CMYK 0 0.37 0.96 0.00
HSL 36.54º 0.99% 0.52% -
HSV(B) 36.54º 0.96% 1% -
XYZ 53.33 45.89 6.36 -
YUV 170.53 37.97 187.53 -
System Red Green Blue C M Y K H S L
Decimal 254 159 11 0 0.37 0.96 0.00 36.54 0.99 0.52
Hex FE 9F B 0 25 60 0 25 63 34
Octal 376 237 13 0 45 140 0 45 143 64
Binary 11111110 10011111 1011 0 100101 1100000 0 100101 1100011 110100

Color Harmonies of #FE9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F0B

Black with #FE9F0B

Text Example


Text Example

White with #FE9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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