Html Css Color HEX #F08D4C Sea Buckthorn

📋 copy color: '#F08D4C'

red 240 ◦ green 141 ◦ blue 76

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

Shades of Sea Buckthorn #F08D4C

Tints of Sea Buckthorn #F08D4C

RGB

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

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

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

R = 52.52%
G = 30.85%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F08D4C (or 0xF08D4C) is known color: Sea Buckthorn. HEX triplet: F0, 8D and 4C. RGB value is (240,141,76). Sum of RGB (Red+Green+Blue) = 240+141+76=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D4C is #0F72B3. Grayscale: #A3A3A3. Windows color (decimal): -1012404 or 5017072. OLE color: 5017072.

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

Color convert

RGB 240 141 76 -
CMYK 0 0.41 0.68 0.06
HSL 23.78º 0.85% 0.62% -
HSV(B) 23.78º 0.68% 0.94% -
XYZ 46.76 38.1 11.73 -
YUV 163.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 240 141 76 0 0.41 0.68 0.06 23.78 0.85 0.62
Hex F0 8D 4C 0 29 44 6 18 55 3E
Octal 360 215 114 0 51 104 6 30 125 76
Binary 11110000 10001101 1001100 0 101001 1000100 110 11000 1010101 111110

Color Harmonies of #F08D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D4C

Black with #F08D4C

Text Example


Text Example

White with #F08D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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