Html Css Color HEX #FF640C Safety Orange

📋 copy color: '#FF640C'

red 255 ◦ green 100 ◦ blue 12

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

Shades of Safety Orange #FF640C

Tints of Safety Orange #FF640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 69.48%
G = 27.25%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF640C (or 0xFF640C) is known color: Safety Orange. HEX triplet: FF, 64 and 0C. RGB value is (255,100,12). Sum of RGB (Red+Green+Blue) = 255+100+12=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF640C is #009BF3. Grayscale: #888888. Windows color (decimal): -39924 or 812287. OLE color: 812287.

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

Color convert

RGB 255 100 12 -
CMYK 0 0.61 0.95 0
HSL 21.73º 1% 0.52% -
HSV(B) 21.73º 0.95% 1% -
XYZ 45.86 30.4 3.8 -
YUV 136.31 57.85 212.66 -
System Red Green Blue C M Y K H S L
Decimal 255 100 12 0 0.61 0.95 0 21.73 1 0.52
Hex FF 64 C 0 3D 5F 0 16 64 34
Octal 377 144 14 0 75 137 0 26 144 64
Binary 11111111 1100100 1100 0 111101 1011111 0 10110 1100100 110100

Color Harmonies of #FF640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF640C

Black with #FF640C

Text Example


Text Example

White with #FF640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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