Html Css Color HEX #FF9053 Crusta

📋 copy color: '#FF9053'

red 255 ◦ green 144 ◦ blue 83

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

Shades of Crusta #FF9053

Tints of Crusta #FF9053

RGB

 RED value IS 255 (100% from 255) = 52.9%

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

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

R = 52.9%
G = 29.88%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF9053 (or 0xFF9053) is known color: Crusta. HEX triplet: FF, 90 and 53. RGB value is (255,144,83). Sum of RGB (Red+Green+Blue) = 255+144+83=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9053 is #006FAC. Grayscale: #AAAAAA. Windows color (decimal): -28589 or 5476607. OLE color: 5476607.

HSL color Cylindrical-coordinate representation of color #FF9053: hue angle of 21.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9053 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 83 -
CMYK 0 0.44 0.67 0
HSL 21.28º 1% 0.66% -
HSV(B) 21.28º 0.67% 1% -
XYZ 52.77 41.83 13.48 -
YUV 170.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 255 144 83 0 0.44 0.67 0 21.28 1 0.66
Hex FF 90 53 0 2C 43 0 15 64 42
Octal 377 220 123 0 54 103 0 25 144 102
Binary 11111111 10010000 1010011 0 101100 1000011 0 10101 1100100 1000010

Color Harmonies of #FF9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9053

Black with #FF9053

Text Example


Text Example

White with #FF9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9053; }

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

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

background-color css

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

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

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

border-color css

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

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

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