Html Css Color HEX #F29552 Sea Buckthorn

📋 copy color: '#F29552'

red 242 ◦ green 149 ◦ blue 82

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

Shades of Sea Buckthorn #F29552

Tints of Sea Buckthorn #F29552

RGB

 RED value IS 242 (94.92% from 255) = 51.16%

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 51.16%
G = 31.5%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F29552 (or 0xF29552) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 52. RGB value is (242,149,82). Sum of RGB (Red+Green+Blue) = 242+149+82=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F29552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29552 is #0D6AAD. Grayscale: #A9A9A9. Windows color (decimal): -879278 or 5412338. OLE color: 5412338.

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

Color convert

RGB 242 149 82 -
CMYK 0 0.38 0.66 0.05
HSL 25.13º 0.86% 0.64% -
HSV(B) 25.13º 0.66% 0.95% -
XYZ 48.89 40.98 13.32 -
YUV 169.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 242 149 82 0 0.38 0.66 0.05 25.13 0.86 0.64
Hex F2 95 52 0 26 42 5 19 56 40
Octal 362 225 122 0 46 102 5 31 126 100
Binary 11110010 10010101 1010010 0 100110 1000010 101 11001 1010110 1000000

Color Harmonies of #F29552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29552

Black with #F29552

Text Example


Text Example

White with #F29552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29552; }

 p { color: rgb(242,149,82); }

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

background-color css

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

 a { background-color: rgb(242,149,82); }

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

border-color css

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

 span { border-color: rgb(242,149,82); }

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