Html Css Color HEX #FA8C46 Sea Buckthorn

📋 copy color: '#FA8C46'

red 250 ◦ green 140 ◦ blue 70

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

Shades of Sea Buckthorn #FA8C46

Tints of Sea Buckthorn #FA8C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 70 (27.73% from 255) = 15.22%

R = 54.35%
G = 30.43%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA8C46 (or 0xFA8C46) is known color: Sea Buckthorn. HEX triplet: FA, 8C and 46. RGB value is (250,140,70). Sum of RGB (Red+Green+Blue) = 250+140+70=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C46 is #0573B9. Grayscale: #A5A5A5. Windows color (decimal): -357306 or 4623610. OLE color: 4623610.

HSL color Cylindrical-coordinate representation of color #FA8C46: hue angle of 23.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA8C46 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 140 70 -
CMYK 0 0.44 0.72 0.02
HSL 23.33º 0.95% 0.63% -
HSV(B) 23.33º 0.72% 0.98% -
XYZ 49.91 39.52 10.79 -
YUV 164.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 250 140 70 0 0.44 0.72 0.02 23.33 0.95 0.63
Hex FA 8C 46 0 2C 48 2 17 5F 3F
Octal 372 214 106 0 54 110 2 27 137 77
Binary 11111010 10001100 1000110 0 101100 1001000 10 10111 1011111 111111

Color Harmonies of #FA8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C46

Black with #FA8C46

Text Example


Text Example

White with #FA8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C46; }

 p { color: rgb(250,140,70); }

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

background-color css

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

 a { background-color: rgb(250,140,70); }

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

border-color css

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

 span { border-color: rgb(250,140,70); }

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