Html Css Color HEX #FF9E07 Orange Peel

📋 copy color: '#FF9E07'

red 255 ◦ green 158 ◦ blue 7

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

Shades of Orange Peel #FF9E07

Tints of Orange Peel #FF9E07

RGB

 RED value IS 255 (100% from 255) = 60.71%

 GREEN value IS 158 (62.11% from 255) = 37.62%

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 60.71%
G = 37.62%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF9E07 (or 0xFF9E07) is known color: Orange Peel. HEX triplet: FF, 9E and 07. RGB value is (255,158,7). Sum of RGB (Red+Green+Blue) = 255+158+7=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E07 is #0061F8. Grayscale: #AAAAAA. Windows color (decimal): -25081 or 499455. OLE color: 499455.

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

Color convert

RGB 255 158 7 -
CMYK 0 0.38 0.97 0
HSL 36.53º 1% 0.51% -
HSV(B) 36.53º 0.97% 1% -
XYZ 53.51 45.73 6.21 -
YUV 169.79 36.14 188.78 -
System Red Green Blue C M Y K H S L
Decimal 255 158 7 0 0.38 0.97 0 36.53 1 0.51
Hex FF 9E 7 0 26 61 0 25 64 33
Octal 377 236 7 0 46 141 0 45 144 63
Binary 11111111 10011110 111 0 100110 1100001 0 100101 1100100 110011

Color Harmonies of #FF9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E07

Black with #FF9E07

Text Example


Text Example

White with #FF9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E07; }

 p { color: rgb(255,158,7); }

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

background-color css

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

 a { background-color: rgb(255,158,7); }

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

border-color css

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

 span { border-color: rgb(255,158,7); }

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