Html Css Color HEX #FF650F Safety Orange

📋 copy color: '#FF650F'

red 255 ◦ green 101 ◦ blue 15

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

Shades of Safety Orange #FF650F

Tints of Safety Orange #FF650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 68.73%
G = 27.22%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF650F (or 0xFF650F) is known color: Safety Orange. HEX triplet: FF, 65 and 0F. RGB value is (255,101,15). Sum of RGB (Red+Green+Blue) = 255+101+15=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650F is #009AF0. Grayscale: #898989. Windows color (decimal): -39665 or 1009151. OLE color: 1009151.

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

Color convert

RGB 255 101 15 -
CMYK 0 0.60 0.94 0
HSL 21.5º 1% 0.53% -
HSV(B) 21.5º 0.94% 1% -
XYZ 45.98 30.6 3.94 -
YUV 137.24 59.02 211.99 -
System Red Green Blue C M Y K H S L
Decimal 255 101 15 0 0.60 0.94 0 21.5 1 0.53
Hex FF 65 F 0 3C 5E 0 16 64 35
Octal 377 145 17 0 74 136 0 26 144 65
Binary 11111111 1100101 1111 0 111100 1011110 0 10110 1100100 110101

Color Harmonies of #FF650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF650F

Black with #FF650F

Text Example


Text Example

White with #FF650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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