Html Css Color HEX #F29550 Sea Buckthorn

📋 copy color: '#F29550'

red 242 ◦ green 149 ◦ blue 80

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

Shades of Sea Buckthorn #F29550

Tints of Sea Buckthorn #F29550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.99%

R = 51.38%
G = 31.63%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F29550 (or 0xF29550) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 50. RGB value is (242,149,80). Sum of RGB (Red+Green+Blue) = 242+149+80=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F29550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29550 is #0D6AAF. Grayscale: #A9A9A9. Windows color (decimal): -879280 or 5281266. OLE color: 5281266.

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

Color convert

RGB 242 149 80 -
CMYK 0 0.38 0.67 0.05
HSL 25.56º 0.86% 0.63% -
HSV(B) 25.56º 0.67% 0.95% -
XYZ 48.81 40.95 12.92 -
YUV 168.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 242 149 80 0 0.38 0.67 0.05 25.56 0.86 0.63
Hex F2 95 50 0 26 43 5 1A 56 3F
Octal 362 225 120 0 46 103 5 32 126 77
Binary 11110010 10010101 1010000 0 100110 1000011 101 11010 1010110 111111

Color Harmonies of #F29550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29550

Black with #F29550

Text Example


Text Example

White with #F29550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29550; }

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

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

background-color css

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

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

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

border-color css

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

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

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