Html Css Color HEX #F29141 Sea Buckthorn

📋 copy color: '#F29141'

red 242 ◦ green 145 ◦ blue 65

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

Shades of Sea Buckthorn #F29141

Tints of Sea Buckthorn #F29141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 53.54%
G = 32.08%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F29141 (or 0xF29141) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 41. RGB value is (242,145,65). Sum of RGB (Red+Green+Blue) = 242+145+65=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F29141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29141 is #0D6EBE. Grayscale: #A5A5A5. Windows color (decimal): -880319 or 4297202. OLE color: 4297202.

HSL color Cylindrical-coordinate representation of color #F29141: hue angle of 27.12º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F29141 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 65 -
CMYK 0 0.40 0.73 0.05
HSL 27.12º 0.87% 0.6% -
HSV(B) 27.12º 0.73% 0.95% -
XYZ 47.7 39.51 10.11 -
YUV 164.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 242 145 65 0 0.40 0.73 0.05 27.12 0.87 0.6
Hex F2 91 41 0 28 49 5 1B 57 3C
Octal 362 221 101 0 50 111 5 33 127 74
Binary 11110010 10010001 1000001 0 101000 1001001 101 11011 1010111 111100

Color Harmonies of #F29141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29141

Black with #F29141

Text Example


Text Example

White with #F29141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29141; }

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

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

background-color css

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

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

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

border-color css

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

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

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