Html Css Color HEX #FF9C07 Orange Peel

📋 copy color: '#FF9C07'

red 255 ◦ green 156 ◦ blue 7

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

Shades of Orange Peel #FF9C07

Tints of Orange Peel #FF9C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

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

R = 61%
G = 37.32%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF9C07 (or 0xFF9C07) is known color: Orange Peel. HEX triplet: FF, 9C and 07. RGB value is (255,156,7). Sum of RGB (Red+Green+Blue) = 255+156+7=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C07 is #0063F8. Grayscale: #A9A9A9. Windows color (decimal): -25593 or 498943. OLE color: 498943.

HSL color Cylindrical-coordinate representation of color #FF9C07: hue angle of 36.05º 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 #FF9C07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 7 -
CMYK 0 0.39 0.97 0
HSL 36.05º 1% 0.51% -
HSV(B) 36.05º 0.97% 1% -
XYZ 53.17 45.05 6.09 -
YUV 168.62 36.8 189.62 -
System Red Green Blue C M Y K H S L
Decimal 255 156 7 0 0.39 0.97 0 36.05 1 0.51
Hex FF 9C 7 0 27 61 0 24 64 33
Octal 377 234 7 0 47 141 0 44 144 63
Binary 11111111 10011100 111 0 100111 1100001 0 100100 1100100 110011

Color Harmonies of #FF9C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C07

Black with #FF9C07

Text Example


Text Example

White with #FF9C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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