Html Css Color HEX #F1994F Sea Buckthorn

📋 copy color: '#F1994F'

red 241 ◦ green 153 ◦ blue 79

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

Shades of Sea Buckthorn #F1994F

Tints of Sea Buckthorn #F1994F

RGB

 RED value IS 241 (94.53% from 255) = 50.95%

 GREEN value IS 153 (60.16% from 255) = 32.35%

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 50.95%
G = 32.35%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1994F (or 0xF1994F) is known color: Sea Buckthorn. HEX triplet: F1, 99 and 4F. RGB value is (241,153,79). Sum of RGB (Red+Green+Blue) = 241+153+79=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1994F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1994F is #0E66B0. Grayscale: #ABABAB. Windows color (decimal): -943793 or 5216753. OLE color: 5216753.

HSL color Cylindrical-coordinate representation of color #F1994F: hue angle of 27.41º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1994F is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 79 -
CMYK 0 0.37 0.67 0.05
HSL 27.41º 0.85% 0.63% -
HSV(B) 27.41º 0.67% 0.95% -
XYZ 49.08 42.05 12.93 -
YUV 170.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 241 153 79 0 0.37 0.67 0.05 27.41 0.85 0.63
Hex F1 99 4F 0 25 43 5 1B 55 3F
Octal 361 231 117 0 45 103 5 33 125 77
Binary 11110001 10011001 1001111 0 100101 1000011 101 11011 1010101 111111

Color Harmonies of #F1994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1994F

Black with #F1994F

Text Example


Text Example

White with #F1994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1994F; }

 p { color: rgb(241,153,79); }

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

background-color css

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

 a { background-color: rgb(241,153,79); }

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

border-color css

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

 span { border-color: rgb(241,153,79); }

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