Html Css Color HEX #FA640A Safety Orange

📋 copy color: '#FA640A'

red 250 ◦ green 100 ◦ blue 10

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

Shades of Safety Orange #FA640A

Tints of Safety Orange #FA640A

RGB

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

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

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

R = 69.44%
G = 27.78%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA640A (or 0xFA640A) is known color: Safety Orange. HEX triplet: FA, 64 and 0A. RGB value is (250,100,10). Sum of RGB (Red+Green+Blue) = 250+100+10=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA640A is #059BF5. Grayscale: #878787. Windows color (decimal): -367606 or 681210. OLE color: 681210.

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

Color convert

RGB 250 100 10 -
CMYK 0 0.6 0.96 0.02
HSL 22.5º 0.96% 0.51% -
HSV(B) 22.5º 0.96% 0.98% -
XYZ 44.04 29.46 3.65 -
YUV 134.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 250 100 10 0 0.6 0.96 0.02 22.5 0.96 0.51
Hex FA 64 A 0 3C 60 2 16 60 33
Octal 372 144 12 0 74 140 2 26 140 63
Binary 11111010 1100100 1010 0 111100 1100000 10 10110 1100000 110011

Color Harmonies of #FA640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA640A

Black with #FA640A

Text Example


Text Example

White with #FA640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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