Html Css Color HEX #FD960C Dark Orange

📋 copy color: '#FD960C'

red 253 ◦ green 150 ◦ blue 12

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

Shades of Dark Orange #FD960C

Tints of Dark Orange #FD960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 60.96%
G = 36.14%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD960C (or 0xFD960C) is known color: Dark Orange. HEX triplet: FD, 96 and 0C. RGB value is (253,150,12). Sum of RGB (Red+Green+Blue) = 253+150+12=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD960C is #0269F3. Grayscale: #A5A5A5. Windows color (decimal): -158196 or 825085. OLE color: 825085.

HSL color Cylindrical-coordinate representation of color #FD960C: hue angle of 34.36º 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 #FD960C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 150 12 -
CMYK 0 0.41 0.95 0.01
HSL 34.36º 0.98% 0.52% -
HSV(B) 34.36º 0.95% 0.99% -
XYZ 51.48 42.72 5.88 -
YUV 165.07 41.62 190.72 -
System Red Green Blue C M Y K H S L
Decimal 253 150 12 0 0.41 0.95 0.01 34.36 0.98 0.52
Hex FD 96 C 0 29 5F 1 22 62 34
Octal 375 226 14 0 51 137 1 42 142 64
Binary 11111101 10010110 1100 0 101001 1011111 1 100010 1100010 110100

Color Harmonies of #FD960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD960C

Black with #FD960C

Text Example


Text Example

White with #FD960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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