Html Css Color HEX #FA650D Safety Orange

📋 copy color: '#FA650D'

red 250 ◦ green 101 ◦ blue 13

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

Shades of Safety Orange #FA650D

Tints of Safety Orange #FA650D

RGB

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

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

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

R = 68.68%
G = 27.75%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA650D (or 0xFA650D) is known color: Safety Orange. HEX triplet: FA, 65 and 0D. RGB value is (250,101,13). Sum of RGB (Red+Green+Blue) = 250+101+13=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA650D is #059AF2. Grayscale: #888888. Windows color (decimal): -367347 or 878074. OLE color: 878074.

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

Color convert

RGB 250 101 13 -
CMYK 0 0.60 0.95 0.02
HSL 22.28º 0.96% 0.52% -
HSV(B) 22.28º 0.95% 0.98% -
XYZ 44.15 29.66 3.78 -
YUV 135.52 58.86 209.66 -
System Red Green Blue C M Y K H S L
Decimal 250 101 13 0 0.60 0.95 0.02 22.28 0.96 0.52
Hex FA 65 D 0 3C 5F 2 16 60 34
Octal 372 145 15 0 74 137 2 26 140 64
Binary 11111010 1100101 1101 0 111100 1011111 10 10110 1100000 110100

Color Harmonies of #FA650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA650D

Black with #FA650D

Text Example


Text Example

White with #FA650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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