Html Css Color HEX #FA680C Safety Orange

📋 copy color: '#FA680C'

red 250 ◦ green 104 ◦ blue 12

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

Shades of Safety Orange #FA680C

Tints of Safety Orange #FA680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 68.31%
G = 28.42%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA680C (or 0xFA680C) is known color: Safety Orange. HEX triplet: FA, 68 and 0C. RGB value is (250,104,12). Sum of RGB (Red+Green+Blue) = 250+104+12=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA680C is #0597F3. Grayscale: #898989. Windows color (decimal): -366580 or 813306. OLE color: 813306.

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

Color convert

RGB 250 104 12 -
CMYK 0 0.58 0.95 0.02
HSL 23.19º 0.96% 0.51% -
HSV(B) 23.19º 0.95% 0.98% -
XYZ 44.44 30.25 3.84 -
YUV 137.17 57.37 208.48 -
System Red Green Blue C M Y K H S L
Decimal 250 104 12 0 0.58 0.95 0.02 23.19 0.96 0.51
Hex FA 68 C 0 3A 5F 2 17 60 33
Octal 372 150 14 0 72 137 2 27 140 63
Binary 11111010 1101000 1100 0 111010 1011111 10 10111 1100000 110011

Color Harmonies of #FA680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA680C

Black with #FA680C

Text Example


Text Example

White with #FA680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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