Html Css Color HEX #FF9D0C Orange Peel

📋 copy color: '#FF9D0C'

red 255 ◦ green 157 ◦ blue 12

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

Shades of Orange Peel #FF9D0C

Tints of Orange Peel #FF9D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 60.14%
G = 37.03%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF9D0C (or 0xFF9D0C) is known color: Orange Peel. HEX triplet: FF, 9D and 0C. RGB value is (255,157,12). Sum of RGB (Red+Green+Blue) = 255+157+12=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D0C is #0062F3. Grayscale: #AAAAAA. Windows color (decimal): -25332 or 826879. OLE color: 826879.

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

Color convert

RGB 255 157 12 -
CMYK 0 0.38 0.95 0
HSL 35.8º 1% 0.52% -
HSV(B) 35.8º 0.95% 1% -
XYZ 53.36 45.4 6.3 -
YUV 169.77 38.97 188.79 -
System Red Green Blue C M Y K H S L
Decimal 255 157 12 0 0.38 0.95 0 35.8 1 0.52
Hex FF 9D C 0 26 5F 0 24 64 34
Octal 377 235 14 0 46 137 0 44 144 64
Binary 11111111 10011101 1100 0 100110 1011111 0 100100 1100100 110100

Color Harmonies of #FF9D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D0C

Black with #FF9D0C

Text Example


Text Example

White with #FF9D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D0C; }

 p { color: rgb(255,157,12); }

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

background-color css

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

 a { background-color: rgb(255,157,12); }

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

border-color css

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

 span { border-color: rgb(255,157,12); }

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