Html Css Color HEX #F2964C Sea Buckthorn

📋 copy color: '#F2964C'

red 242 ◦ green 150 ◦ blue 76

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

Shades of Sea Buckthorn #F2964C

Tints of Sea Buckthorn #F2964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 51.71%
G = 32.05%
B = 16.24%

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

#F2964C (or 0xF2964C) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 4C. RGB value is (242,150,76). Sum of RGB (Red+Green+Blue) = 242+150+76=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2964C is #0D69B3. Grayscale: #A9A9A9. Windows color (decimal): -879028 or 5019378. OLE color: 5019378.

HSL color Cylindrical-coordinate representation of color #F2964C: hue angle of 26.75º degrees, saturation: 0.86, 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 #F2964C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 76 -
CMYK 0 0.38 0.69 0.05
HSL 26.75º 0.86% 0.62% -
HSV(B) 26.75º 0.69% 0.95% -
XYZ 48.83 41.21 12.22 -
YUV 169.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 242 150 76 0 0.38 0.69 0.05 26.75 0.86 0.62
Hex F2 96 4C 0 26 45 5 1B 56 3E
Octal 362 226 114 0 46 105 5 33 126 76
Binary 11110010 10010110 1001100 0 100110 1000101 101 11011 1010110 111110

Color Harmonies of #F2964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2964C

Black with #F2964C

Text Example


Text Example

White with #F2964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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