#F29C42

Color #F29C42 Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #F29C42

Tints of Sea Buckthorn #F29C42

Color information

#F29C42 (or 0xF29C42) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 9C and 42. RGB value is (242,156,66). Sum of RGB (Red+Green+Blue) = 242+156+66=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C42 is #0D63BD. Grayscale: #ABABAB. Windows color (decimal): -877502 or 4365554. OLE color: 4365554.

HSL color Cylindrical-coordinate representation of color #F29C42: hue angle of 30.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F29C42 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24215666-
CMYK00.360.730.05
HSL30.68º87.13%60.39%-
HSV(B)30.68º72.73%94.9%-
XYZ49.4943.0510.85-
YUV171.4568.49178.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 66 (26.17% from 255) = 14.22%
R=52.16%
G=33.62%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421566600.360.730.0530.6887.1360.39
HexF29C420244951f573c
Octal36223410204411153712774
Binary1111001010011100100001001001001001001101111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29C42; }

 p { color: rgb(242,156,66); }

 H1.HeaderClassName
 {
   color: #F29C42;
 }
 .AnyTagClassName
 {
   color: #F29C42;
 }
</style>
background-color css

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

 a { background-color: rgb(242,156,66); }

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

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

 span { border-color: rgb(242,156,66); }

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