Html Css Color HEX #F89052 Crusta

📋 copy color: '#F89052'

red 248 ◦ green 144 ◦ blue 82

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

Shades of Crusta #F89052

Tints of Crusta #F89052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.3%

R = 52.32%
G = 30.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F89052 (or 0xF89052) is known color: Crusta. HEX triplet: F8, 90 and 52. RGB value is (248,144,82). Sum of RGB (Red+Green+Blue) = 248+144+82=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F89052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89052 is #076FAD. Grayscale: #A8A8A8. Windows color (decimal): -487342 or 5411064. OLE color: 5411064.

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

Color convert

RGB 248 144 82 -
CMYK 0 0.42 0.67 0.03
HSL 22.41º 0.92% 0.65% -
HSV(B) 22.41º 0.67% 0.97% -
XYZ 50.21 40.51 13.16 -
YUV 168.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 248 144 82 0 0.42 0.67 0.03 22.41 0.92 0.65
Hex F8 90 52 0 2A 43 3 16 5C 41
Octal 370 220 122 0 52 103 3 26 134 101
Binary 11111000 10010000 1010010 0 101010 1000011 11 10110 1011100 1000001

Color Harmonies of #F89052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89052

Black with #F89052

Text Example


Text Example

White with #F89052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89052; }

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

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

background-color css

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

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

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

border-color css

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

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

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