Html Css Color HEX #FF650A Safety Orange

📋 copy color: '#FF650A'

red 255 ◦ green 101 ◦ blue 10

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

Shades of Safety Orange #FF650A

Tints of Safety Orange #FF650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 69.67%
G = 27.6%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF650A (or 0xFF650A) is known color: Safety Orange. HEX triplet: FF, 65 and 0A. RGB value is (255,101,10). Sum of RGB (Red+Green+Blue) = 255+101+10=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650A is #009AF5. Grayscale: #898989. Windows color (decimal): -39670 or 681471. OLE color: 681471.

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

Color convert

RGB 255 101 10 -
CMYK 0 0.60 0.96 0
HSL 22.29º 1% 0.52% -
HSV(B) 22.29º 0.96% 1% -
XYZ 45.95 30.59 3.77 -
YUV 136.67 56.52 212.4 -
System Red Green Blue C M Y K H S L
Decimal 255 101 10 0 0.60 0.96 0 22.29 1 0.52
Hex FF 65 A 0 3C 60 0 16 64 34
Octal 377 145 12 0 74 140 0 26 144 64
Binary 11111111 1100101 1010 0 111100 1100000 0 10110 1100100 110100

Color Harmonies of #FF650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF650A

Black with #FF650A

Text Example


Text Example

White with #FF650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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