Html Css Color HEX #F2963F Sea Buckthorn

📋 copy color: '#F2963F'

red 242 ◦ green 150 ◦ blue 63

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

Shades of Sea Buckthorn #F2963F

Tints of Sea Buckthorn #F2963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 53.19%
G = 32.97%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2963F (or 0xF2963F) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 3F. RGB value is (242,150,63). Sum of RGB (Red+Green+Blue) = 242+150+63=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2963F is #0D69C0. Grayscale: #A8A8A8. Windows color (decimal): -879041 or 4167410. OLE color: 4167410.

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

Color convert

RGB 242 150 63 -
CMYK 0 0.38 0.74 0.05
HSL 29.16º 0.87% 0.6% -
HSV(B) 29.16º 0.74% 0.95% -
XYZ 48.42 41.05 10.07 -
YUV 167.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 242 150 63 0 0.38 0.74 0.05 29.16 0.87 0.6
Hex F2 96 3F 0 26 4A 5 1D 57 3C
Octal 362 226 77 0 46 112 5 35 127 74
Binary 11110010 10010110 111111 0 100110 1001010 101 11101 1010111 111100

Color Harmonies of #F2963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2963F

Black with #F2963F

Text Example


Text Example

White with #F2963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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