Html Css Color HEX #FD610A Safety Orange

📋 copy color: '#FD610A'

red 253 ◦ green 97 ◦ blue 10

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

Shades of Safety Orange #FD610A

Tints of Safety Orange #FD610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 70.28%
G = 26.94%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD610A (or 0xFD610A) is known color: Safety Orange. HEX triplet: FD, 61 and 0A. RGB value is (253,97,10). Sum of RGB (Red+Green+Blue) = 253+97+10=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD610A is #029EF5. Grayscale: #868686. Windows color (decimal): -171766 or 680445. OLE color: 680445.

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

Color convert

RGB 253 97 10 -
CMYK 0 0.62 0.96 0.01
HSL 21.48º 0.98% 0.52% -
HSV(B) 21.48º 0.96% 0.99% -
XYZ 44.84 29.45 3.61 -
YUV 133.73 58.18 213.07 -
System Red Green Blue C M Y K H S L
Decimal 253 97 10 0 0.62 0.96 0.01 21.48 0.98 0.52
Hex FD 61 A 0 3E 60 1 15 62 34
Octal 375 141 12 0 76 140 1 25 142 64
Binary 11111101 1100001 1010 0 111110 1100000 1 10101 1100010 110100

Color Harmonies of #FD610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD610A

Black with #FD610A

Text Example


Text Example

White with #FD610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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