Html Css Color HEX #FA640C Safety Orange

📋 copy color: '#FA640C'

red 250 ◦ green 100 ◦ blue 12

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

Shades of Safety Orange #FA640C

Tints of Safety Orange #FA640C

RGB

 RED value IS 250 (98.05% from 255) = 69.06%

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

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

R = 69.06%
G = 27.62%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA640C (or 0xFA640C) is known color: Safety Orange. HEX triplet: FA, 64 and 0C. RGB value is (250,100,12). Sum of RGB (Red+Green+Blue) = 250+100+12=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA640C is #059BF3. Grayscale: #878787. Windows color (decimal): -367604 or 812282. OLE color: 812282.

HSL color Cylindrical-coordinate representation of color #FA640C: hue angle of 22.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA640C is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 12 -
CMYK 0 0.6 0.95 0.02
HSL 22.18º 0.96% 0.51% -
HSV(B) 22.18º 0.95% 0.98% -
XYZ 44.05 29.46 3.71 -
YUV 134.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 250 100 12 0 0.6 0.95 0.02 22.18 0.96 0.51
Hex FA 64 C 0 3C 5F 2 16 60 33
Octal 372 144 14 0 74 137 2 26 140 63
Binary 11111010 1100100 1100 0 111100 1011111 10 10110 1100000 110011

Color Harmonies of #FA640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA640C

Black with #FA640C

Text Example


Text Example

White with #FA640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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