Html Css Color HEX #FF6210 Safety Orange

📋 copy color: '#FF6210'

red 255 ◦ green 98 ◦ blue 16

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

Shades of Safety Orange #FF6210

Tints of Safety Orange #FF6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 69.11%
G = 26.56%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6210 (or 0xFF6210) is known color: Safety Orange. HEX triplet: FF, 62 and 10. RGB value is (255,98,16). Sum of RGB (Red+Green+Blue) = 255+98+16=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6210 is #009DEF. Grayscale: #888888. Windows color (decimal): -40432 or 1073919. OLE color: 1073919.

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

Color convert

RGB 255 98 16 -
CMYK 0 0.62 0.94 0
HSL 20.59º 1% 0.53% -
HSV(B) 20.59º 0.94% 1% -
XYZ 45.7 30.03 3.88 -
YUV 135.6 60.51 213.17 -
System Red Green Blue C M Y K H S L
Decimal 255 98 16 0 0.62 0.94 0 20.59 1 0.53
Hex FF 62 10 0 3E 5E 0 15 64 35
Octal 377 142 20 0 76 136 0 25 144 65
Binary 11111111 1100010 10000 0 111110 1011110 0 10101 1100100 110101

Color Harmonies of #FF6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6210

Black with #FF6210

Text Example


Text Example

White with #FF6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6210; }

 p { color: rgb(255,98,16); }

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

background-color css

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

 a { background-color: rgb(255,98,16); }

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

border-color css

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

 span { border-color: rgb(255,98,16); }

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