Html Css Color HEX #FA680F Safety Orange

📋 copy color: '#FA680F'

red 250 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #FA680F

Tints of Safety Orange #FA680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 67.75%
G = 28.18%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA680F (or 0xFA680F) is known color: Safety Orange. HEX triplet: FA, 68 and 0F. RGB value is (250,104,15). Sum of RGB (Red+Green+Blue) = 250+104+15=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA680F is #0597F0. Grayscale: #8A8A8A. Windows color (decimal): -366577 or 1009914. OLE color: 1009914.

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

Color convert

RGB 250 104 15 -
CMYK 0 0.58 0.94 0.02
HSL 22.72º 0.96% 0.52% -
HSV(B) 22.72º 0.94% 0.98% -
XYZ 44.46 30.26 3.95 -
YUV 137.51 58.87 208.24 -
System Red Green Blue C M Y K H S L
Decimal 250 104 15 0 0.58 0.94 0.02 22.72 0.96 0.52
Hex FA 68 F 0 3A 5E 2 17 60 34
Octal 372 150 17 0 72 136 2 27 140 64
Binary 11111010 1101000 1111 0 111010 1011110 10 10111 1100000 110100

Color Harmonies of #FA680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA680F

Black with #FA680F

Text Example


Text Example

White with #FA680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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