Html Css Color HEX #FA690B Safety Orange

📋 copy color: '#FA690B'

red 250 ◦ green 105 ◦ blue 11

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

Shades of Safety Orange #FA690B

Tints of Safety Orange #FA690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 68.31%
G = 28.69%
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

#FA690B (or 0xFA690B) is known color: Safety Orange. HEX triplet: FA, 69 and 0B. RGB value is (250,105,11). Sum of RGB (Red+Green+Blue) = 250+105+11=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA690B is #0596F4. Grayscale: #8A8A8A. Windows color (decimal): -366325 or 748026. OLE color: 748026.

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

Color convert

RGB 250 105 11 -
CMYK 0 0.58 0.96 0.02
HSL 23.6º 0.96% 0.51% -
HSV(B) 23.6º 0.96% 0.98% -
XYZ 44.54 30.45 3.85 -
YUV 137.64 56.54 208.14 -
System Red Green Blue C M Y K H S L
Decimal 250 105 11 0 0.58 0.96 0.02 23.6 0.96 0.51
Hex FA 69 B 0 3A 60 2 18 60 33
Octal 372 151 13 0 72 140 2 30 140 63
Binary 11111010 1101001 1011 0 111010 1100000 10 11000 1100000 110011

Color Harmonies of #FA690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA690B

Black with #FA690B

Text Example


Text Example

White with #FA690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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