Html Css Color HEX #FD610F Safety Orange

📋 copy color: '#FD610F'

red 253 ◦ green 97 ◦ blue 15

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

Shades of Safety Orange #FD610F

Tints of Safety Orange #FD610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 69.32%
G = 26.58%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD610F (or 0xFD610F) is known color: Safety Orange. HEX triplet: FD, 61 and 0F. RGB value is (253,97,15). Sum of RGB (Red+Green+Blue) = 253+97+15=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD610F is #029EF0. Grayscale: #868686. Windows color (decimal): -171761 or 1008125. OLE color: 1008125.

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

Color convert

RGB 253 97 15 -
CMYK 0 0.62 0.94 0.01
HSL 20.67º 0.98% 0.53% -
HSV(B) 20.67º 0.94% 0.99% -
XYZ 44.87 29.47 3.77 -
YUV 134.3 60.68 212.67 -
System Red Green Blue C M Y K H S L
Decimal 253 97 15 0 0.62 0.94 0.01 20.67 0.98 0.53
Hex FD 61 F 0 3E 5E 1 15 62 35
Octal 375 141 17 0 76 136 1 25 142 65
Binary 11111101 1100001 1111 0 111110 1011110 1 10101 1100010 110101

Color Harmonies of #FD610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD610F

Black with #FD610F

Text Example


Text Example

White with #FD610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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