Html Css Color HEX #F99053 Crusta

📋 copy color: '#F99053'

red 249 ◦ green 144 ◦ blue 83

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

Shades of Crusta #F99053

Tints of Crusta #F99053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 52.31%
G = 30.25%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F99053 (or 0xF99053) is known color: Crusta. HEX triplet: F9, 90 and 53. RGB value is (249,144,83). Sum of RGB (Red+Green+Blue) = 249+144+83=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F99053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99053 is #066FAC. Grayscale: #A8A8A8. Windows color (decimal): -421805 or 5476601. OLE color: 5476601.

HSL color Cylindrical-coordinate representation of color #F99053: hue angle of 22.05º 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 #F99053 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 83 -
CMYK 0 0.42 0.67 0.02
HSL 22.05º 0.93% 0.65% -
HSV(B) 22.05º 0.67% 0.98% -
XYZ 50.6 40.71 13.37 -
YUV 168.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 249 144 83 0 0.42 0.67 0.02 22.05 0.93 0.65
Hex F9 90 53 0 2A 43 2 16 5D 41
Octal 371 220 123 0 52 103 2 26 135 101
Binary 11111001 10010000 1010011 0 101010 1000011 10 10110 1011101 1000001

Color Harmonies of #F99053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99053

Black with #F99053

Text Example


Text Example

White with #F99053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99053; }

 p { color: rgb(249,144,83); }

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

background-color css

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

 a { background-color: rgb(249,144,83); }

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

border-color css

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

 span { border-color: rgb(249,144,83); }

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