Html Css Color HEX #F0954D Sea Buckthorn

📋 copy color: '#F0954D'

red 240 ◦ green 149 ◦ blue 77

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

Shades of Sea Buckthorn #F0954D

Tints of Sea Buckthorn #F0954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 51.5%
G = 31.97%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0954D (or 0xF0954D) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 4D. RGB value is (240,149,77). Sum of RGB (Red+Green+Blue) = 240+149+77=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0954D is #0F6AB2. Grayscale: #A8A8A8. Windows color (decimal): -1010355 or 5084656. OLE color: 5084656.

HSL color Cylindrical-coordinate representation of color #F0954D: hue angle of 26.5º 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 #F0954D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 77 -
CMYK 0 0.38 0.68 0.06
HSL 26.5º 0.84% 0.62% -
HSV(B) 26.5º 0.68% 0.94% -
XYZ 48.02 40.56 12.32 -
YUV 168 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 240 149 77 0 0.38 0.68 0.06 26.5 0.84 0.62
Hex F0 95 4D 0 26 44 6 1B 54 3E
Octal 360 225 115 0 46 104 6 33 124 76
Binary 11110000 10010101 1001101 0 100110 1000100 110 11011 1010100 111110

Color Harmonies of #F0954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0954D

Black with #F0954D

Text Example


Text Example

White with #F0954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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