Html Css Color HEX #FA640D Safety Orange

📋 copy color: '#FA640D'

red 250 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #FA640D

Tints of Safety Orange #FA640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 68.87%
G = 27.55%
B = 3.58%

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

#FA640D (or 0xFA640D) is known color: Safety Orange. HEX triplet: FA, 64 and 0D. RGB value is (250,100,13). Sum of RGB (Red+Green+Blue) = 250+100+13=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA640D is #059BF2. Grayscale: #878787. Windows color (decimal): -367603 or 877818. OLE color: 877818.

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

Color convert

RGB 250 100 13 -
CMYK 0 0.6 0.95 0.02
HSL 22.03º 0.96% 0.52% -
HSV(B) 22.03º 0.95% 0.98% -
XYZ 44.05 29.47 3.75 -
YUV 134.93 59.2 210.07 -
System Red Green Blue C M Y K H S L
Decimal 250 100 13 0 0.6 0.95 0.02 22.03 0.96 0.52
Hex FA 64 D 0 3C 5F 2 16 60 34
Octal 372 144 15 0 74 137 2 26 140 64
Binary 11111010 1100100 1101 0 111100 1011111 10 10110 1100000 110100

Color Harmonies of #FA640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA640D

Black with #FA640D

Text Example


Text Example

White with #FA640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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