Html Css Color HEX #F0954B Sea Buckthorn

📋 copy color: '#F0954B'

red 240 ◦ green 149 ◦ blue 75

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

Shades of Sea Buckthorn #F0954B

Tints of Sea Buckthorn #F0954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 51.72%
G = 32.11%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0954B (or 0xF0954B) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 4B. RGB value is (240,149,75). Sum of RGB (Red+Green+Blue) = 240+149+75=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0954B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0954B is #0F6AB4. Grayscale: #A8A8A8. Windows color (decimal): -1010357 or 4953584. OLE color: 4953584.

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

Color convert

RGB 240 149 75 -
CMYK 0 0.38 0.69 0.06
HSL 26.91º 0.85% 0.62% -
HSV(B) 26.91º 0.69% 0.94% -
XYZ 47.95 40.53 11.95 -
YUV 167.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 240 149 75 0 0.38 0.69 0.06 26.91 0.85 0.62
Hex F0 95 4B 0 26 45 6 1B 55 3E
Octal 360 225 113 0 46 105 6 33 125 76
Binary 11110000 10010101 1001011 0 100110 1000101 110 11011 1010101 111110

Color Harmonies of #F0954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0954B

Black with #F0954B

Text Example


Text Example

White with #F0954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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