#f29a3f

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

Shades of Sea Buckthorn #F29A3F

Tints of Sea Buckthorn #F29A3F

Color information

#F29A3F (or 0xF29A3F) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 9A and 3F. RGB value is (242,154,63). Sum of RGB (Red+Green+Blue) = 242+154+63=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A3F is #0D65C0. Grayscale: #AAAAAA. Windows color (decimal): -878017 or 4168434. OLE color: 4168434.

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

Color convert

RGB24215463-
CMYK00.360.740.05
HSL30.5º87.32%59.8%-
HSV(B)30.5º73.97%94.9%-
XYZ49.0742.3510.29-
YUV169.9467.65179.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 63 (25% from 255) = 13.73%
R=52.72%
G=33.55%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421546300.360.740.0530.587.3259.8
HexF29A3F0244A51f573c
Octal3622327704411253712774
Binary111100101001101011111101001001001010101111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29a3f; }

 p { color: rgb(242,154,63); }

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

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

 a { background-color: rgb(242,154,63); }

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

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

 span { border-color: rgb(242,154,63); }

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