Html Css Color HEX #FD8102 Dark Orange

📋 copy color: '#FD8102'

red 253 ◦ green 129 ◦ blue 2

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

Shades of Dark Orange #FD8102

Tints of Dark Orange #FD8102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 65.89%
G = 33.59%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD8102 (or 0xFD8102) is known color: Dark Orange. HEX triplet: FD, 81 and 02. RGB value is (253,129,2). Sum of RGB (Red+Green+Blue) = 253+129+2=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8102 is #027EFD. Grayscale: #989898. Windows color (decimal): -163582 or 164349. OLE color: 164349.

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

Color convert

RGB 253 129 2 -
CMYK 0 0.49 0.99 0.01
HSL 30.36º 0.98% 0.5% -
HSV(B) 30.36º 0.99% 0.99% -
XYZ 48.37 36.59 4.57 -
YUV 151.6 43.58 200.33 -
System Red Green Blue C M Y K H S L
Decimal 253 129 2 0 0.49 0.99 0.01 30.36 0.98 0.5
Hex FD 81 2 0 31 63 1 1E 62 32
Octal 375 201 2 0 61 143 1 36 142 62
Binary 11111101 10000001 10 0 110001 1100011 1 11110 1100010 110010

Color Harmonies of #FD8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8102

Black with #FD8102

Text Example


Text Example

White with #FD8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8102; }

 p { color: rgb(253,129,2); }

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

background-color css

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

 a { background-color: rgb(253,129,2); }

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

border-color css

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

 span { border-color: rgb(253,129,2); }

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