Html Css Color HEX #F29655 Sea Buckthorn

📋 copy color: '#F29655'

red 242 ◦ green 150 ◦ blue 85

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

Shades of Sea Buckthorn #F29655

Tints of Sea Buckthorn #F29655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 50.73%
G = 31.45%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F29655 (or 0xF29655) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 55. RGB value is (242,150,85). Sum of RGB (Red+Green+Blue) = 242+150+85=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F29655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29655 is #0D69AA. Grayscale: #AAAAAA. Windows color (decimal): -879019 or 5609202. OLE color: 5609202.

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

Color convert

RGB 242 150 85 -
CMYK 0 0.38 0.65 0.05
HSL 24.84º 0.86% 0.64% -
HSV(B) 24.84º 0.65% 0.95% -
XYZ 49.16 41.35 13.98 -
YUV 170.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 242 150 85 0 0.38 0.65 0.05 24.84 0.86 0.64
Hex F2 96 55 0 26 41 5 19 56 40
Octal 362 226 125 0 46 101 5 31 126 100
Binary 11110010 10010110 1010101 0 100110 1000001 101 11001 1010110 1000000

Color Harmonies of #F29655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29655

Black with #F29655

Text Example


Text Example

White with #F29655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29655; }

 p { color: rgb(242,150,85); }

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

background-color css

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

 a { background-color: rgb(242,150,85); }

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

border-color css

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

 span { border-color: rgb(242,150,85); }

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