Html Css Color HEX #FA680D Safety Orange

📋 copy color: '#FA680D'

red 250 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #FA680D

Tints of Safety Orange #FA680D

RGB

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

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

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

R = 68.12%
G = 28.34%
B = 3.54%

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

#FA680D (or 0xFA680D) is known color: Safety Orange. HEX triplet: FA, 68 and 0D. RGB value is (250,104,13). Sum of RGB (Red+Green+Blue) = 250+104+13=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA680D is #0597F2. Grayscale: #898989. Windows color (decimal): -366579 or 878842. OLE color: 878842.

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

Color convert

RGB 250 104 13 -
CMYK 0 0.58 0.95 0.02
HSL 23.04º 0.96% 0.52% -
HSV(B) 23.04º 0.95% 0.98% -
XYZ 44.45 30.25 3.88 -
YUV 137.28 57.87 208.4 -
System Red Green Blue C M Y K H S L
Decimal 250 104 13 0 0.58 0.95 0.02 23.04 0.96 0.52
Hex FA 68 D 0 3A 5F 2 17 60 34
Octal 372 150 15 0 72 137 2 27 140 64
Binary 11111010 1101000 1101 0 111010 1011111 10 10111 1100000 110100

Color Harmonies of #FA680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA680D

Black with #FA680D

Text Example


Text Example

White with #FA680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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