Html Css Color HEX #F1994B Sea Buckthorn

📋 copy color: '#F1994B'

red 241 ◦ green 153 ◦ blue 75

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

Shades of Sea Buckthorn #F1994B

Tints of Sea Buckthorn #F1994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.99%

R = 51.39%
G = 32.62%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1994B (or 0xF1994B) is known color: Sea Buckthorn. HEX triplet: F1, 99 and 4B. RGB value is (241,153,75). Sum of RGB (Red+Green+Blue) = 241+153+75=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1994B is #0E66B4. Grayscale: #AAAAAA. Windows color (decimal): -943797 or 4954609. OLE color: 4954609.

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

Color convert

RGB 241 153 75 -
CMYK 0 0.37 0.69 0.05
HSL 28.19º 0.86% 0.62% -
HSV(B) 28.19º 0.69% 0.95% -
XYZ 48.94 41.99 12.18 -
YUV 170.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 241 153 75 0 0.37 0.69 0.05 28.19 0.86 0.62
Hex F1 99 4B 0 25 45 5 1C 56 3E
Octal 361 231 113 0 45 105 5 34 126 76
Binary 11110001 10011001 1001011 0 100101 1000101 101 11100 1010110 111110

Color Harmonies of #F1994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1994B

Black with #F1994B

Text Example


Text Example

White with #F1994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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