Html Css Color HEX #FD9C0C Orange Peel

📋 copy color: '#FD9C0C'

red 253 ◦ green 156 ◦ blue 12

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

Shades of Orange Peel #FD9C0C

Tints of Orange Peel #FD9C0C

RGB

 RED value IS 253 (99.22% from 255) = 60.1%

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

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

R = 60.1%
G = 37.05%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD9C0C (or 0xFD9C0C) is known color: Orange Peel. HEX triplet: FD, 9C and 0C. RGB value is (253,156,12). Sum of RGB (Red+Green+Blue) = 253+156+12=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9C0C is #0263F3. Grayscale: #A9A9A9. Windows color (decimal): -156660 or 826621. OLE color: 826621.

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

Color convert

RGB 253 156 12 -
CMYK 0 0.38 0.95 0.01
HSL 35.85º 0.98% 0.52% -
HSV(B) 35.85º 0.95% 0.99% -
XYZ 52.46 44.69 6.21 -
YUV 168.59 39.64 188.21 -
System Red Green Blue C M Y K H S L
Decimal 253 156 12 0 0.38 0.95 0.01 35.85 0.98 0.52
Hex FD 9C C 0 26 5F 1 24 62 34
Octal 375 234 14 0 46 137 1 44 142 64
Binary 11111101 10011100 1100 0 100110 1011111 1 100100 1100010 110100

Color Harmonies of #FD9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9C0C

Black with #FD9C0C

Text Example


Text Example

White with #FD9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9C0C; }

 p { color: rgb(253,156,12); }

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

background-color css

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

 a { background-color: rgb(253,156,12); }

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

border-color css

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

 span { border-color: rgb(253,156,12); }

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