Html Css Color HEX #F2964A Sea Buckthorn

📋 copy color: '#F2964A'

red 242 ◦ green 150 ◦ blue 74

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

Shades of Sea Buckthorn #F2964A

Tints of Sea Buckthorn #F2964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 51.93%
G = 32.19%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2964A (or 0xF2964A) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 4A. RGB value is (242,150,74). Sum of RGB (Red+Green+Blue) = 242+150+74=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2964A is #0D69B5. Grayscale: #A9A9A9. Windows color (decimal): -879030 or 4888306. OLE color: 4888306.

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

Color convert

RGB 242 150 74 -
CMYK 0 0.38 0.69 0.05
HSL 27.14º 0.87% 0.62% -
HSV(B) 27.14º 0.69% 0.95% -
XYZ 48.76 41.18 11.86 -
YUV 168.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 242 150 74 0 0.38 0.69 0.05 27.14 0.87 0.62
Hex F2 96 4A 0 26 45 5 1B 57 3E
Octal 362 226 112 0 46 105 5 33 127 76
Binary 11110010 10010110 1001010 0 100110 1000101 101 11011 1010111 111110

Color Harmonies of #F2964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2964A

Black with #F2964A

Text Example


Text Example

White with #F2964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2964A; }

 p { color: rgb(242,150,74); }

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

background-color css

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

 a { background-color: rgb(242,150,74); }

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

border-color css

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

 span { border-color: rgb(242,150,74); }

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