Html Css Color HEX #FA650A Safety Orange

📋 copy color: '#FA650A'

red 250 ◦ green 101 ◦ blue 10

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

Shades of Safety Orange #FA650A

Tints of Safety Orange #FA650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 69.25%
G = 27.98%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA650A (or 0xFA650A) is known color: Safety Orange. HEX triplet: FA, 65 and 0A. RGB value is (250,101,10). Sum of RGB (Red+Green+Blue) = 250+101+10=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA650A is #059AF5. Grayscale: #878787. Windows color (decimal): -367350 or 681466. OLE color: 681466.

HSL color Cylindrical-coordinate representation of color #FA650A: hue angle of 22.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA650A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 10 -
CMYK 0 0.60 0.96 0.02
HSL 22.75º 0.96% 0.51% -
HSV(B) 22.75º 0.96% 0.98% -
XYZ 44.13 29.65 3.68 -
YUV 135.18 57.36 209.9 -
System Red Green Blue C M Y K H S L
Decimal 250 101 10 0 0.60 0.96 0.02 22.75 0.96 0.51
Hex FA 65 A 0 3C 60 2 17 60 33
Octal 372 145 12 0 74 140 2 27 140 63
Binary 11111010 1100101 1010 0 111100 1100000 10 10111 1100000 110011

Color Harmonies of #FA650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA650A

Black with #FA650A

Text Example


Text Example

White with #FA650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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