Html Css Color HEX #FF650C Safety Orange

📋 copy color: '#FF650C'

red 255 ◦ green 101 ◦ blue 12

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

Shades of Safety Orange #FF650C

Tints of Safety Orange #FF650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 69.29%
G = 27.45%
B = 3.26%

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

#FF650C (or 0xFF650C) is known color: Safety Orange. HEX triplet: FF, 65 and 0C. RGB value is (255,101,12). Sum of RGB (Red+Green+Blue) = 255+101+12=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF650C is #009AF3. Grayscale: #898989. Windows color (decimal): -39668 or 812543. OLE color: 812543.

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

Color convert

RGB 255 101 12 -
CMYK 0 0.60 0.95 0
HSL 21.98º 1% 0.52% -
HSV(B) 21.98º 0.95% 1% -
XYZ 45.96 30.59 3.83 -
YUV 136.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 255 101 12 0 0.60 0.95 0 21.98 1 0.52
Hex FF 65 C 0 3C 5F 0 16 64 34
Octal 377 145 14 0 74 137 0 26 144 64
Binary 11111111 1100101 1100 0 111100 1011111 0 10110 1100100 110100

Color Harmonies of #FF650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF650C

Black with #FF650C

Text Example


Text Example

White with #FF650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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