Html Css Color HEX #FA690D Safety Orange

📋 copy color: '#FA690D'

red 250 ◦ green 105 ◦ blue 13

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

Shades of Safety Orange #FA690D

Tints of Safety Orange #FA690D

RGB

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

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

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

R = 67.93%
G = 28.53%
B = 3.53%

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

#FA690D (or 0xFA690D) is known color: Safety Orange. HEX triplet: FA, 69 and 0D. RGB value is (250,105,13). Sum of RGB (Red+Green+Blue) = 250+105+13=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA690D is #0596F2. Grayscale: #8A8A8A. Windows color (decimal): -366323 or 879098. OLE color: 879098.

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

Color convert

RGB 250 105 13 -
CMYK 0 0.58 0.95 0.02
HSL 23.29º 0.96% 0.52% -
HSV(B) 23.29º 0.95% 0.98% -
XYZ 44.55 30.46 3.91 -
YUV 137.87 57.54 207.98 -
System Red Green Blue C M Y K H S L
Decimal 250 105 13 0 0.58 0.95 0.02 23.29 0.96 0.52
Hex FA 69 D 0 3A 5F 2 17 60 34
Octal 372 151 15 0 72 137 2 27 140 64
Binary 11111010 1101001 1101 0 111010 1011111 10 10111 1100000 110100

Color Harmonies of #FA690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA690D

Black with #FA690D

Text Example


Text Example

White with #FA690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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