Html Css Color HEX #FA680B Safety Orange

📋 copy color: '#FA680B'

red 250 ◦ green 104 ◦ blue 11

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

Shades of Safety Orange #FA680B

Tints of Safety Orange #FA680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 68.49%
G = 28.49%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA680B (or 0xFA680B) is known color: Safety Orange. HEX triplet: FA, 68 and 0B. RGB value is (250,104,11). Sum of RGB (Red+Green+Blue) = 250+104+11=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA680B is #0597F4. Grayscale: #898989. Windows color (decimal): -366581 or 747770. OLE color: 747770.

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

Color convert

RGB 250 104 11 -
CMYK 0 0.58 0.96 0.02
HSL 23.35º 0.96% 0.51% -
HSV(B) 23.35º 0.96% 0.98% -
XYZ 44.44 30.25 3.81 -
YUV 137.05 56.87 208.56 -
System Red Green Blue C M Y K H S L
Decimal 250 104 11 0 0.58 0.96 0.02 23.35 0.96 0.51
Hex FA 68 B 0 3A 60 2 17 60 33
Octal 372 150 13 0 72 140 2 27 140 63
Binary 11111010 1101000 1011 0 111010 1100000 10 10111 1100000 110011

Color Harmonies of #FA680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA680B

Black with #FA680B

Text Example


Text Example

White with #FA680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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