Html Css Color HEX #FA650F Safety Orange

📋 copy color: '#FA650F'

red 250 ◦ green 101 ◦ blue 15

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

Shades of Safety Orange #FA650F

Tints of Safety Orange #FA650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 68.31%
G = 27.6%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA650F (or 0xFA650F) is known color: Safety Orange. HEX triplet: FA, 65 and 0F. RGB value is (250,101,15). Sum of RGB (Red+Green+Blue) = 250+101+15=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA650F is #059AF0. Grayscale: #888888. Windows color (decimal): -367345 or 1009146. OLE color: 1009146.

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

Color convert

RGB 250 101 15 -
CMYK 0 0.60 0.94 0.02
HSL 21.96º 0.96% 0.52% -
HSV(B) 21.96º 0.94% 0.98% -
XYZ 44.16 29.67 3.85 -
YUV 135.75 59.86 209.49 -
System Red Green Blue C M Y K H S L
Decimal 250 101 15 0 0.60 0.94 0.02 21.96 0.96 0.52
Hex FA 65 F 0 3C 5E 2 16 60 34
Octal 372 145 17 0 74 136 2 26 140 64
Binary 11111010 1100101 1111 0 111100 1011110 10 10110 1100000 110100

Color Harmonies of #FA650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA650F

Black with #FA650F

Text Example


Text Example

White with #FA650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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