Html Css Color HEX #F08D4B Sea Buckthorn

📋 copy color: '#F08D4B'

red 240 ◦ green 141 ◦ blue 75

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

Shades of Sea Buckthorn #F08D4B

Tints of Sea Buckthorn #F08D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

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

R = 52.63%
G = 30.92%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F08D4B (or 0xF08D4B) is known color: Sea Buckthorn. HEX triplet: F0, 8D and 4B. RGB value is (240,141,75). Sum of RGB (Red+Green+Blue) = 240+141+75=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D4B is #0F72B4. Grayscale: #A3A3A3. Windows color (decimal): -1012405 or 4951536. OLE color: 4951536.

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

Color convert

RGB 240 141 75 -
CMYK 0 0.41 0.69 0.06
HSL 24º 0.85% 0.62% -
HSV(B) 24º 0.69% 0.94% -
XYZ 46.73 38.08 11.54 -
YUV 163.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 240 141 75 0 0.41 0.69 0.06 24 0.85 0.62
Hex F0 8D 4B 0 29 45 6 18 55 3E
Octal 360 215 113 0 51 105 6 30 125 76
Binary 11110000 10001101 1001011 0 101001 1000101 110 11000 1010101 111110

Color Harmonies of #F08D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D4B

Black with #F08D4B

Text Example


Text Example

White with #F08D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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