Html Css Color HEX #FD8A0C Dark Orange

📋 copy color: '#FD8A0C'

red 253 ◦ green 138 ◦ blue 12

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

Shades of Dark Orange #FD8A0C

Tints of Dark Orange #FD8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 62.78%
G = 34.24%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD8A0C (or 0xFD8A0C) is known color: Dark Orange. HEX triplet: FD, 8A and 0C. RGB value is (253,138,12). Sum of RGB (Red+Green+Blue) = 253+138+12=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A0C is #0275F3. Grayscale: #9E9E9E. Windows color (decimal): -161268 or 822013. OLE color: 822013.

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

Color convert

RGB 253 138 12 -
CMYK 0 0.45 0.95 0.01
HSL 31.37º 0.98% 0.52% -
HSV(B) 31.37º 0.95% 0.99% -
XYZ 49.66 39.09 5.27 -
YUV 158.02 45.6 195.75 -
System Red Green Blue C M Y K H S L
Decimal 253 138 12 0 0.45 0.95 0.01 31.37 0.98 0.52
Hex FD 8A C 0 2D 5F 1 1F 62 34
Octal 375 212 14 0 55 137 1 37 142 64
Binary 11111101 10001010 1100 0 101101 1011111 1 11111 1100010 110100

Color Harmonies of #FD8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A0C

Black with #FD8A0C

Text Example


Text Example

White with #FD8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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