Html Css Color HEX #FF610E Safety Orange

📋 copy color: '#FF610E'

red 255 ◦ green 97 ◦ blue 14

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

Shades of Safety Orange #FF610E

Tints of Safety Orange #FF610E

RGB

 RED value IS 255 (100% from 255) = 69.67%

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

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 69.67%
G = 26.5%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF610E (or 0xFF610E) is known color: Safety Orange. HEX triplet: FF, 61 and 0E. RGB value is (255,97,14). Sum of RGB (Red+Green+Blue) = 255+97+14=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF610E is #009EF1. Grayscale: #878787. Windows color (decimal): -40690 or 942591. OLE color: 942591.

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

Color convert

RGB 255 97 14 -
CMYK 0 0.62 0.95 0
HSL 20.66º 1% 0.53% -
HSV(B) 20.66º 0.95% 1% -
XYZ 45.59 29.84 3.77 -
YUV 134.78 59.85 213.75 -
System Red Green Blue C M Y K H S L
Decimal 255 97 14 0 0.62 0.95 0 20.66 1 0.53
Hex FF 61 E 0 3E 5F 0 15 64 35
Octal 377 141 16 0 76 137 0 25 144 65
Binary 11111111 1100001 1110 0 111110 1011111 0 10101 1100100 110101

Color Harmonies of #FF610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF610E

Black with #FF610E

Text Example


Text Example

White with #FF610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF610E; }

 p { color: rgb(255,97,14); }

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

background-color css

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

 a { background-color: rgb(255,97,14); }

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

border-color css

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

 span { border-color: rgb(255,97,14); }

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