Html Css Color HEX #F29442 Sea Buckthorn

📋 copy color: '#F29442'

red 242 ◦ green 148 ◦ blue 66

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

Shades of Sea Buckthorn #F29442

Tints of Sea Buckthorn #F29442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 53.07%
G = 32.46%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F29442 (or 0xF29442) is known color: Sea Buckthorn. HEX triplet: F2, 94 and 42. RGB value is (242,148,66). Sum of RGB (Red+Green+Blue) = 242+148+66=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F29442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29442 is #0D6BBD. Grayscale: #A7A7A7. Windows color (decimal): -879550 or 4363506. OLE color: 4363506.

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

Color convert

RGB 242 148 66 -
CMYK 0 0.39 0.73 0.05
HSL 27.95º 0.87% 0.6% -
HSV(B) 27.95º 0.73% 0.95% -
XYZ 48.19 40.45 10.42 -
YUV 166.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 242 148 66 0 0.39 0.73 0.05 27.95 0.87 0.6
Hex F2 94 42 0 27 49 5 1C 57 3C
Octal 362 224 102 0 47 111 5 34 127 74
Binary 11110010 10010100 1000010 0 100111 1001001 101 11100 1010111 111100

Color Harmonies of #F29442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29442

Black with #F29442

Text Example


Text Example

White with #F29442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29442; }

 p { color: rgb(242,148,66); }

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

background-color css

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

 a { background-color: rgb(242,148,66); }

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

border-color css

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

 span { border-color: rgb(242,148,66); }

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