Html Css Color HEX #F5944C Sea Buckthorn

📋 copy color: '#F5944C'

red 245 ◦ green 148 ◦ blue 76

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

Shades of Sea Buckthorn #F5944C

Tints of Sea Buckthorn #F5944C

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

 GREEN value IS 148 (58.2% from 255) = 31.56%

 BLUE value IS 76 (30.08% from 255) = 16.2%

R = 52.24%
G = 31.56%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5944C (or 0xF5944C) is known color: Sea Buckthorn. HEX triplet: F5, 94 and 4C. RGB value is (245,148,76). Sum of RGB (Red+Green+Blue) = 245+148+76=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5944C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5944C is #0A6BB3. Grayscale: #A9A9A9. Windows color (decimal): -682932 or 5018869. OLE color: 5018869.

HSL color Cylindrical-coordinate representation of color #F5944C: hue angle of 25.56º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5944C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 76 -
CMYK 0 0.40 0.69 0.04
HSL 25.56º 0.89% 0.63% -
HSV(B) 25.56º 0.69% 0.96% -
XYZ 49.55 41.11 12.16 -
YUV 168.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 245 148 76 0 0.40 0.69 0.04 25.56 0.89 0.63
Hex F5 94 4C 0 28 45 4 1A 59 3F
Octal 365 224 114 0 50 105 4 32 131 77
Binary 11110101 10010100 1001100 0 101000 1000101 100 11010 1011001 111111

Color Harmonies of #F5944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5944C

Black with #F5944C

Text Example


Text Example

White with #F5944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5944C; }

 p { color: rgb(245,148,76); }

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

background-color css

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

 a { background-color: rgb(245,148,76); }

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

border-color css

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

 span { border-color: rgb(245,148,76); }

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