Html Css Color HEX #F08F4A Sea Buckthorn

📋 copy color: '#F08F4A'

red 240 ◦ green 143 ◦ blue 74

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

Shades of Sea Buckthorn #F08F4A

Tints of Sea Buckthorn #F08F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 52.52%
G = 31.29%
B = 16.19%

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

#F08F4A (or 0xF08F4A) is known color: Sea Buckthorn. HEX triplet: F0, 8F and 4A. RGB value is (240,143,74). Sum of RGB (Red+Green+Blue) = 240+143+74=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F4A is #0F70B5. Grayscale: #A4A4A4. Windows color (decimal): -1011894 or 4886512. OLE color: 4886512.

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

Color convert

RGB 240 143 74 -
CMYK 0 0.40 0.69 0.06
HSL 24.94º 0.85% 0.62% -
HSV(B) 24.94º 0.69% 0.94% -
XYZ 46.99 38.66 11.46 -
YUV 164.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 240 143 74 0 0.40 0.69 0.06 24.94 0.85 0.62
Hex F0 8F 4A 0 28 45 6 19 55 3E
Octal 360 217 112 0 50 105 6 31 125 76
Binary 11110000 10001111 1001010 0 101000 1000101 110 11001 1010101 111110

Color Harmonies of #F08F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F4A

Black with #F08F4A

Text Example


Text Example

White with #F08F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F4A; }

 p { color: rgb(240,143,74); }

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

background-color css

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

 a { background-color: rgb(240,143,74); }

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

border-color css

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

 span { border-color: rgb(240,143,74); }

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