Html Css Color HEX #F0964D Sea Buckthorn

📋 copy color: '#F0964D'

red 240 ◦ green 150 ◦ blue 77

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

Shades of Sea Buckthorn #F0964D

Tints of Sea Buckthorn #F0964D

RGB

 RED value IS 240 (94.14% from 255) = 51.39%

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

 BLUE value IS 77 (30.47% from 255) = 16.49%

R = 51.39%
G = 32.12%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0964D (or 0xF0964D) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 4D. RGB value is (240,150,77). Sum of RGB (Red+Green+Blue) = 240+150+77=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0964D is #0F69B2. Grayscale: #A8A8A8. Windows color (decimal): -1010099 or 5084912. OLE color: 5084912.

HSL color Cylindrical-coordinate representation of color #F0964D: hue angle of 26.87º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0964D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 77 -
CMYK 0 0.37 0.68 0.06
HSL 26.87º 0.84% 0.62% -
HSV(B) 26.87º 0.68% 0.94% -
XYZ 48.18 40.87 12.37 -
YUV 168.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 240 150 77 0 0.37 0.68 0.06 26.87 0.84 0.62
Hex F0 96 4D 0 25 44 6 1B 54 3E
Octal 360 226 115 0 45 104 6 33 124 76
Binary 11110000 10010110 1001101 0 100101 1000100 110 11011 1010100 111110

Color Harmonies of #F0964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0964D

Black with #F0964D

Text Example


Text Example

White with #F0964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0964D; }

 p { color: rgb(240,150,77); }

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

background-color css

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

 a { background-color: rgb(240,150,77); }

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

border-color css

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

 span { border-color: rgb(240,150,77); }

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