Html Css Color HEX #FD920D Dark Orange

📋 copy color: '#FD920D'

red 253 ◦ green 146 ◦ blue 13

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

Shades of Dark Orange #FD920D

Tints of Dark Orange #FD920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 61.41%
G = 35.44%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD920D (or 0xFD920D) is known color: Dark Orange. HEX triplet: FD, 92 and 0D. RGB value is (253,146,13). Sum of RGB (Red+Green+Blue) = 253+146+13=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD920D is #026DF2. Grayscale: #A3A3A3. Windows color (decimal): -159219 or 889597. OLE color: 889597.

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

Color convert

RGB 253 146 13 -
CMYK 0 0.42 0.95 0.01
HSL 33.25º 0.98% 0.52% -
HSV(B) 33.25º 0.95% 0.99% -
XYZ 50.86 41.47 5.7 -
YUV 162.83 43.45 192.31 -
System Red Green Blue C M Y K H S L
Decimal 253 146 13 0 0.42 0.95 0.01 33.25 0.98 0.52
Hex FD 92 D 0 2A 5F 1 21 62 34
Octal 375 222 15 0 52 137 1 41 142 64
Binary 11111101 10010010 1101 0 101010 1011111 1 100001 1100010 110100

Color Harmonies of #FD920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD920D

Black with #FD920D

Text Example


Text Example

White with #FD920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD920D; }

 p { color: rgb(253,146,13); }

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

background-color css

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

 a { background-color: rgb(253,146,13); }

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

border-color css

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

 span { border-color: rgb(253,146,13); }

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