Html Css Color HEX #FF650D Safety Orange

📋 copy color: '#FF650D'

red 255 ◦ green 101 ◦ blue 13

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

Shades of Safety Orange #FF650D

Tints of Safety Orange #FF650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 69.11%
G = 27.37%
B = 3.52%

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

#FF650D (or 0xFF650D) is known color: Safety Orange. HEX triplet: FF, 65 and 0D. RGB value is (255,101,13). Sum of RGB (Red+Green+Blue) = 255+101+13=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650D is #009AF2. Grayscale: #898989. Windows color (decimal): -39667 or 878079. OLE color: 878079.

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

Color convert

RGB 255 101 13 -
CMYK 0 0.60 0.95 0
HSL 21.82º 1% 0.53% -
HSV(B) 21.82º 0.95% 1% -
XYZ 45.97 30.6 3.86 -
YUV 137.01 58.02 212.16 -
System Red Green Blue C M Y K H S L
Decimal 255 101 13 0 0.60 0.95 0 21.82 1 0.53
Hex FF 65 D 0 3C 5F 0 16 64 35
Octal 377 145 15 0 74 137 0 26 144 65
Binary 11111111 1100101 1101 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF650D

Black with #FF650D

Text Example


Text Example

White with #FF650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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