Html Css Color HEX #FA660D Safety Orange

📋 copy color: '#FA660D'

red 250 ◦ green 102 ◦ blue 13

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

Shades of Safety Orange #FA660D

Tints of Safety Orange #FA660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 68.49%
G = 27.95%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA660D (or 0xFA660D) is known color: Safety Orange. HEX triplet: FA, 66 and 0D. RGB value is (250,102,13). Sum of RGB (Red+Green+Blue) = 250+102+13=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA660D is #0599F2. Grayscale: #888888. Windows color (decimal): -367091 or 878330. OLE color: 878330.

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

Color convert

RGB 250 102 13 -
CMYK 0 0.59 0.95 0.02
HSL 22.53º 0.96% 0.52% -
HSV(B) 22.53º 0.95% 0.98% -
XYZ 44.25 29.86 3.81 -
YUV 136.11 58.53 209.24 -
System Red Green Blue C M Y K H S L
Decimal 250 102 13 0 0.59 0.95 0.02 22.53 0.96 0.52
Hex FA 66 D 0 3B 5F 2 17 60 34
Octal 372 146 15 0 73 137 2 27 140 64
Binary 11111010 1100110 1101 0 111011 1011111 10 10111 1100000 110100

Color Harmonies of #FA660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA660D

Black with #FA660D

Text Example


Text Example

White with #FA660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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