Html Css Color HEX #F29350 Sea Buckthorn

📋 copy color: '#F29350'

red 242 ◦ green 147 ◦ blue 80

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

Shades of Sea Buckthorn #F29350

Tints of Sea Buckthorn #F29350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

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

R = 51.6%
G = 31.34%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F29350 (or 0xF29350) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 50. RGB value is (242,147,80). Sum of RGB (Red+Green+Blue) = 242+147+80=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F29350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29350 is #0D6CAF. Grayscale: #A8A8A8. Windows color (decimal): -879792 or 5280754. OLE color: 5280754.

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

Color convert

RGB 242 147 80 -
CMYK 0 0.39 0.67 0.05
HSL 24.81º 0.86% 0.63% -
HSV(B) 24.81º 0.67% 0.95% -
XYZ 48.5 40.32 12.82 -
YUV 167.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 242 147 80 0 0.39 0.67 0.05 24.81 0.86 0.63
Hex F2 93 50 0 27 43 5 19 56 3F
Octal 362 223 120 0 47 103 5 31 126 77
Binary 11110010 10010011 1010000 0 100111 1000011 101 11001 1010110 111111

Color Harmonies of #F29350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29350

Black with #F29350

Text Example


Text Example

White with #F29350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29350; }

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

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

background-color css

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

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

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

border-color css

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

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

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