Html Css Color HEX #F0914B Sea Buckthorn

📋 copy color: '#F0914B'

red 240 ◦ green 145 ◦ blue 75

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

Shades of Sea Buckthorn #F0914B

Tints of Sea Buckthorn #F0914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 52.17%
G = 31.52%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0914B (or 0xF0914B) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 4B. RGB value is (240,145,75). Sum of RGB (Red+Green+Blue) = 240+145+75=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0914B is #0F6EB4. Grayscale: #A5A5A5. Windows color (decimal): -1011381 or 4952560. OLE color: 4952560.

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

Color convert

RGB 240 145 75 -
CMYK 0 0.40 0.69 0.06
HSL 25.45º 0.85% 0.62% -
HSV(B) 25.45º 0.69% 0.94% -
XYZ 47.33 39.28 11.74 -
YUV 165.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 240 145 75 0 0.40 0.69 0.06 25.45 0.85 0.62
Hex F0 91 4B 0 28 45 6 19 55 3E
Octal 360 221 113 0 50 105 6 31 125 76
Binary 11110000 10010001 1001011 0 101000 1000101 110 11001 1010101 111110

Color Harmonies of #F0914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0914B

Black with #F0914B

Text Example


Text Example

White with #F0914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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