Html Css Color HEX #FA8F42 Sea Buckthorn

📋 copy color: '#FA8F42'

red 250 ◦ green 143 ◦ blue 66

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

Shades of Sea Buckthorn #FA8F42

Tints of Sea Buckthorn #FA8F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 54.47%
G = 31.15%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA8F42 (or 0xFA8F42) is known color: Sea Buckthorn. HEX triplet: FA, 8F and 42. RGB value is (250,143,66). Sum of RGB (Red+Green+Blue) = 250+143+66=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F42 is #0570BD. Grayscale: #A6A6A6. Windows color (decimal): -356542 or 4362234. OLE color: 4362234.

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

Color convert

RGB 250 143 66 -
CMYK 0 0.43 0.74 0.02
HSL 25.11º 0.95% 0.62% -
HSV(B) 25.11º 0.74% 0.98% -
XYZ 50.23 40.36 10.3 -
YUV 166.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 250 143 66 0 0.43 0.74 0.02 25.11 0.95 0.62
Hex FA 8F 42 0 2B 4A 2 19 5F 3E
Octal 372 217 102 0 53 112 2 31 137 76
Binary 11111010 10001111 1000010 0 101011 1001010 10 11001 1011111 111110

Color Harmonies of #FA8F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F42

Black with #FA8F42

Text Example


Text Example

White with #FA8F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F42; }

 p { color: rgb(250,143,66); }

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

background-color css

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

 a { background-color: rgb(250,143,66); }

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

border-color css

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

 span { border-color: rgb(250,143,66); }

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