Html Css Color HEX #F98D52 Crusta

📋 copy color: '#F98D52'

red 249 ◦ green 141 ◦ blue 82

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

Shades of Crusta #F98D52

Tints of Crusta #F98D52

RGB

 RED value IS 249 (97.66% from 255) = 52.75%

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

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

R = 52.75%
G = 29.87%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F98D52 (or 0xF98D52) is known color: Crusta. HEX triplet: F9, 8D and 52. RGB value is (249,141,82). Sum of RGB (Red+Green+Blue) = 249+141+82=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D52 is #0672AD. Grayscale: #A6A6A6. Windows color (decimal): -422574 or 5410297. OLE color: 5410297.

HSL color Cylindrical-coordinate representation of color #F98D52: hue angle of 21.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F98D52 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 141 82 -
CMYK 0 0.43 0.67 0.02
HSL 21.2º 0.93% 0.65% -
HSV(B) 21.2º 0.67% 0.98% -
XYZ 50.11 39.8 13.02 -
YUV 166.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 249 141 82 0 0.43 0.67 0.02 21.2 0.93 0.65
Hex F9 8D 52 0 2B 43 2 15 5D 41
Octal 371 215 122 0 53 103 2 25 135 101
Binary 11111001 10001101 1010010 0 101011 1000011 10 10101 1011101 1000001

Color Harmonies of #F98D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D52

Black with #F98D52

Text Example


Text Example

White with #F98D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D52; }

 p { color: rgb(249,141,82); }

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

background-color css

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

 a { background-color: rgb(249,141,82); }

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

border-color css

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

 span { border-color: rgb(249,141,82); }

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