Html Css Color HEX #F89050 Crusta

📋 copy color: '#F89050'

red 248 ◦ green 144 ◦ blue 80

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

Shades of Crusta #F89050

Tints of Crusta #F89050

RGB

 RED value IS 248 (97.27% from 255) = 52.54%

 GREEN value IS 144 (56.64% from 255) = 30.51%

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 52.54%
G = 30.51%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F89050 (or 0xF89050) is known color: Crusta. HEX triplet: F8, 90 and 50. RGB value is (248,144,80). Sum of RGB (Red+Green+Blue) = 248+144+80=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F89050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89050 is #076FAF. Grayscale: #A8A8A8. Windows color (decimal): -487344 or 5279992. OLE color: 5279992.

HSL color Cylindrical-coordinate representation of color #F89050: hue angle of 22.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F89050 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 80 -
CMYK 0 0.42 0.68 0.03
HSL 22.86º 0.92% 0.64% -
HSV(B) 22.86º 0.68% 0.97% -
XYZ 50.13 40.48 12.76 -
YUV 167.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 248 144 80 0 0.42 0.68 0.03 22.86 0.92 0.64
Hex F8 90 50 0 2A 44 3 17 5C 40
Octal 370 220 120 0 52 104 3 27 134 100
Binary 11111000 10010000 1010000 0 101010 1000100 11 10111 1011100 1000000

Color Harmonies of #F89050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89050

Black with #F89050

Text Example


Text Example

White with #F89050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89050; }

 p { color: rgb(248,144,80); }

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

background-color css

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

 a { background-color: rgb(248,144,80); }

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

border-color css

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

 span { border-color: rgb(248,144,80); }

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