Html Css Color HEX #F0934B Sea Buckthorn

📋 copy color: '#F0934B'

red 240 ◦ green 147 ◦ blue 75

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

Shades of Sea Buckthorn #F0934B

Tints of Sea Buckthorn #F0934B

RGB

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

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

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

R = 51.95%
G = 31.82%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0934B (or 0xF0934B) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 4B. RGB value is (240,147,75). Sum of RGB (Red+Green+Blue) = 240+147+75=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0934B is #0F6CB4. Grayscale: #A6A6A6. Windows color (decimal): -1010869 or 4953072. OLE color: 4953072.

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

Color convert

RGB 240 147 75 -
CMYK 0 0.39 0.69 0.06
HSL 26.18º 0.85% 0.62% -
HSV(B) 26.18º 0.69% 0.94% -
XYZ 47.64 39.9 11.85 -
YUV 166.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 240 147 75 0 0.39 0.69 0.06 26.18 0.85 0.62
Hex F0 93 4B 0 27 45 6 1A 55 3E
Octal 360 223 113 0 47 105 6 32 125 76
Binary 11110000 10010011 1001011 0 100111 1000101 110 11010 1010101 111110

Color Harmonies of #F0934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0934B

Black with #F0934B

Text Example


Text Example

White with #F0934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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