Html Css Color HEX #F0934C Sea Buckthorn

📋 copy color: '#F0934C'

red 240 ◦ green 147 ◦ blue 76

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

Shades of Sea Buckthorn #F0934C

Tints of Sea Buckthorn #F0934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 51.84%
G = 31.75%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0934C (or 0xF0934C) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 4C. RGB value is (240,147,76). Sum of RGB (Red+Green+Blue) = 240+147+76=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0934C is #0F6CB3. Grayscale: #A7A7A7. Windows color (decimal): -1010868 or 5018608. OLE color: 5018608.

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

Color convert

RGB 240 147 76 -
CMYK 0 0.39 0.68 0.06
HSL 25.98º 0.85% 0.62% -
HSV(B) 25.98º 0.68% 0.94% -
XYZ 47.67 39.91 12.03 -
YUV 166.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 240 147 76 0 0.39 0.68 0.06 25.98 0.85 0.62
Hex F0 93 4C 0 27 44 6 1A 55 3E
Octal 360 223 114 0 47 104 6 32 125 76
Binary 11110000 10010011 1001100 0 100111 1000100 110 11010 1010101 111110

Color Harmonies of #F0934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0934C

Black with #F0934C

Text Example


Text Example

White with #F0934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0934C; }

 p { color: rgb(240,147,76); }

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

background-color css

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

 a { background-color: rgb(240,147,76); }

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

border-color css

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

 span { border-color: rgb(240,147,76); }

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