Html Css Color HEX #FF650E Safety Orange

📋 copy color: '#FF650E'

red 255 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #FF650E

Tints of Safety Orange #FF650E

RGB

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

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

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

R = 68.92%
G = 27.3%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF650E (or 0xFF650E) is known color: Safety Orange. HEX triplet: FF, 65 and 0E. RGB value is (255,101,14). Sum of RGB (Red+Green+Blue) = 255+101+14=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650E is #009AF1. Grayscale: #898989. Windows color (decimal): -39666 or 943615. OLE color: 943615.

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

Color convert

RGB 255 101 14 -
CMYK 0 0.60 0.95 0
HSL 21.66º 1% 0.53% -
HSV(B) 21.66º 0.95% 1% -
XYZ 45.97 30.6 3.9 -
YUV 137.13 58.52 212.07 -
System Red Green Blue C M Y K H S L
Decimal 255 101 14 0 0.60 0.95 0 21.66 1 0.53
Hex FF 65 E 0 3C 5F 0 16 64 35
Octal 377 145 16 0 74 137 0 26 144 65
Binary 11111111 1100101 1110 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF650E

Black with #FF650E

Text Example


Text Example

White with #FF650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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