Html Css Color HEX #FF610B Safety Orange

📋 copy color: '#FF610B'

red 255 ◦ green 97 ◦ blue 11

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

Shades of Safety Orange #FF610B

Tints of Safety Orange #FF610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 70.25%
G = 26.72%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF610B (or 0xFF610B) is known color: Safety Orange. HEX triplet: FF, 61 and 0B. RGB value is (255,97,11). Sum of RGB (Red+Green+Blue) = 255+97+11=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF610B is #009EF4. Grayscale: #868686. Windows color (decimal): -40693 or 745983. OLE color: 745983.

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

Color convert

RGB 255 97 11 -
CMYK 0 0.62 0.96 0
HSL 21.15º 1% 0.52% -
HSV(B) 21.15º 0.96% 1% -
XYZ 45.58 29.83 3.67 -
YUV 134.44 58.35 213.99 -
System Red Green Blue C M Y K H S L
Decimal 255 97 11 0 0.62 0.96 0 21.15 1 0.52
Hex FF 61 B 0 3E 60 0 15 64 34
Octal 377 141 13 0 76 140 0 25 144 64
Binary 11111111 1100001 1011 0 111110 1100000 0 10101 1100100 110100

Color Harmonies of #FF610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF610B

Black with #FF610B

Text Example


Text Example

White with #FF610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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