Html Css Color HEX #FD8F08 Dark Orange

📋 copy color: '#FD8F08'

red 253 ◦ green 143 ◦ blue 8

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

Shades of Dark Orange #FD8F08

Tints of Dark Orange #FD8F08

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 62.62%
G = 35.4%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD8F08 (or 0xFD8F08) is known color: Dark Orange. HEX triplet: FD, 8F and 08. RGB value is (253,143,8). Sum of RGB (Red+Green+Blue) = 253+143+8=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F08 is #0270F7. Grayscale: #A1A1A1. Windows color (decimal): -159992 or 561149. OLE color: 561149.

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

Color convert

RGB 253 143 8 -
CMYK 0 0.43 0.97 0.01
HSL 33.06º 0.98% 0.51% -
HSV(B) 33.06º 0.97% 0.99% -
XYZ 50.37 40.55 5.4 -
YUV 160.5 41.94 193.98 -
System Red Green Blue C M Y K H S L
Decimal 253 143 8 0 0.43 0.97 0.01 33.06 0.98 0.51
Hex FD 8F 8 0 2B 61 1 21 62 33
Octal 375 217 10 0 53 141 1 41 142 63
Binary 11111101 10001111 1000 0 101011 1100001 1 100001 1100010 110011

Color Harmonies of #FD8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F08

Black with #FD8F08

Text Example


Text Example

White with #FD8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F08; }

 p { color: rgb(253,143,8); }

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

background-color css

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

 a { background-color: rgb(253,143,8); }

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

border-color css

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

 span { border-color: rgb(253,143,8); }

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