Html Css Color HEX #FD610D Safety Orange

📋 copy color: '#FD610D'

red 253 ◦ green 97 ◦ blue 13

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

Shades of Safety Orange #FD610D

Tints of Safety Orange #FD610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 69.7%
G = 26.72%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD610D (or 0xFD610D) is known color: Safety Orange. HEX triplet: FD, 61 and 0D. RGB value is (253,97,13). Sum of RGB (Red+Green+Blue) = 253+97+13=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD610D is #029EF2. Grayscale: #868686. Windows color (decimal): -171763 or 877053. OLE color: 877053.

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

Color convert

RGB 253 97 13 -
CMYK 0 0.62 0.95 0.01
HSL 21º 0.98% 0.52% -
HSV(B) 21º 0.95% 0.99% -
XYZ 44.86 29.46 3.7 -
YUV 134.07 59.68 212.83 -
System Red Green Blue C M Y K H S L
Decimal 253 97 13 0 0.62 0.95 0.01 21 0.98 0.52
Hex FD 61 D 0 3E 5F 1 15 62 34
Octal 375 141 15 0 76 137 1 25 142 64
Binary 11111101 1100001 1101 0 111110 1011111 1 10101 1100010 110100

Color Harmonies of #FD610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD610D

Black with #FD610D

Text Example


Text Example

White with #FD610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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