Html Css Color HEX #F99354 Crusta

📋 copy color: '#F99354'

red 249 ◦ green 147 ◦ blue 84

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

Shades of Crusta #F99354

Tints of Crusta #F99354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 84 (33.2% from 255) = 17.5%

R = 51.88%
G = 30.63%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F99354 (or 0xF99354) is known color: Crusta. HEX triplet: F9, 93 and 54. RGB value is (249,147,84). Sum of RGB (Red+Green+Blue) = 249+147+84=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F99354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99354 is #066CAB. Grayscale: #AAAAAA. Windows color (decimal): -421036 or 5542905. OLE color: 5542905.

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

Color convert

RGB 249 147 84 -
CMYK 0 0.41 0.66 0.02
HSL 22.91º 0.93% 0.65% -
HSV(B) 22.91º 0.66% 0.98% -
XYZ 51.1 41.65 13.73 -
YUV 170.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 249 147 84 0 0.41 0.66 0.02 22.91 0.93 0.65
Hex F9 93 54 0 29 42 2 17 5D 41
Octal 371 223 124 0 51 102 2 27 135 101
Binary 11111001 10010011 1010100 0 101001 1000010 10 10111 1011101 1000001

Color Harmonies of #F99354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99354

Black with #F99354

Text Example


Text Example

White with #F99354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99354; }

 p { color: rgb(249,147,84); }

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

background-color css

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

 a { background-color: rgb(249,147,84); }

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

border-color css

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

 span { border-color: rgb(249,147,84); }

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