Html Css Color HEX #FA660F Safety Orange

📋 copy color: '#FA660F'

red 250 ◦ green 102 ◦ blue 15

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

Shades of Safety Orange #FA660F

Tints of Safety Orange #FA660F

RGB

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

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

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

R = 68.12%
G = 27.79%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA660F (or 0xFA660F) is known color: Safety Orange. HEX triplet: FA, 66 and 0F. RGB value is (250,102,15). Sum of RGB (Red+Green+Blue) = 250+102+15=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA660F is #0599F0. Grayscale: #888888. Windows color (decimal): -367089 or 1009402. OLE color: 1009402.

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

Color convert

RGB 250 102 15 -
CMYK 0 0.59 0.94 0.02
HSL 22.21º 0.96% 0.52% -
HSV(B) 22.21º 0.94% 0.98% -
XYZ 44.26 29.86 3.88 -
YUV 136.33 59.53 209.07 -
System Red Green Blue C M Y K H S L
Decimal 250 102 15 0 0.59 0.94 0.02 22.21 0.96 0.52
Hex FA 66 F 0 3B 5E 2 16 60 34
Octal 372 146 17 0 73 136 2 26 140 64
Binary 11111010 1100110 1111 0 111011 1011110 10 10110 1100000 110100

Color Harmonies of #FA660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA660F

Black with #FA660F

Text Example


Text Example

White with #FA660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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