Html Css Color HEX #F29150 Sea Buckthorn

📋 copy color: '#F29150'

red 242 ◦ green 145 ◦ blue 80

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

Shades of Sea Buckthorn #F29150

Tints of Sea Buckthorn #F29150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.05%

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

R = 51.82%
G = 31.05%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F29150 (or 0xF29150) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 50. RGB value is (242,145,80). Sum of RGB (Red+Green+Blue) = 242+145+80=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F29150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29150 is #0D6EAF. Grayscale: #A6A6A6. Windows color (decimal): -880304 or 5280242. OLE color: 5280242.

HSL color Cylindrical-coordinate representation of color #F29150: hue angle of 24.07º 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 #F29150 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 80 -
CMYK 0 0.40 0.67 0.05
HSL 24.07º 0.86% 0.63% -
HSV(B) 24.07º 0.67% 0.95% -
XYZ 48.19 39.71 12.71 -
YUV 166.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 242 145 80 0 0.40 0.67 0.05 24.07 0.86 0.63
Hex F2 91 50 0 28 43 5 18 56 3F
Octal 362 221 120 0 50 103 5 30 126 77
Binary 11110010 10010001 1010000 0 101000 1000011 101 11000 1010110 111111

Color Harmonies of #F29150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29150

Black with #F29150

Text Example


Text Example

White with #F29150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29150; }

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

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

background-color css

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

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

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

border-color css

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

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

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