Html Css Color HEX #FF620F Safety Orange

📋 copy color: '#FF620F'

red 255 ◦ green 98 ◦ blue 15

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

Shades of Safety Orange #FF620F

Tints of Safety Orange #FF620F

RGB

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

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

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

R = 69.29%
G = 26.63%
B = 4.08%

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

#FF620F (or 0xFF620F) is known color: Safety Orange. HEX triplet: FF, 62 and 0F. RGB value is (255,98,15). Sum of RGB (Red+Green+Blue) = 255+98+15=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF620F is #009DF0. Grayscale: #878787. Windows color (decimal): -40433 or 1008383. OLE color: 1008383.

HSL color Cylindrical-coordinate representation of color #FF620F: hue angle of 20.75º 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 #FF620F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 15 -
CMYK 0 0.62 0.94 0
HSL 20.75º 1% 0.53% -
HSV(B) 20.75º 0.94% 1% -
XYZ 45.69 30.03 3.84 -
YUV 135.48 60.01 213.25 -
System Red Green Blue C M Y K H S L
Decimal 255 98 15 0 0.62 0.94 0 20.75 1 0.53
Hex FF 62 F 0 3E 5E 0 15 64 35
Octal 377 142 17 0 76 136 0 25 144 65
Binary 11111111 1100010 1111 0 111110 1011110 0 10101 1100100 110101

Color Harmonies of #FF620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF620F

Black with #FF620F

Text Example


Text Example

White with #FF620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF620F; }

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

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

background-color css

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

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

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

border-color css

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

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

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