Html Css Color HEX #FF9050 Crusta

📋 copy color: '#FF9050'

red 255 ◦ green 144 ◦ blue 80

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

Shades of Crusta #FF9050

Tints of Crusta #FF9050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 53.24%
G = 30.06%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF9050 (or 0xFF9050) is known color: Crusta. HEX triplet: FF, 90 and 50. RGB value is (255,144,80). Sum of RGB (Red+Green+Blue) = 255+144+80=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9050 is #006FAF. Grayscale: #AAAAAA. Windows color (decimal): -28592 or 5279999. OLE color: 5279999.

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

Color convert

RGB 255 144 80 -
CMYK 0 0.44 0.69 0
HSL 21.94º 1% 0.66% -
HSV(B) 21.94º 0.69% 1% -
XYZ 52.66 41.79 12.88 -
YUV 169.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 255 144 80 0 0.44 0.69 0 21.94 1 0.66
Hex FF 90 50 0 2C 45 0 16 64 42
Octal 377 220 120 0 54 105 0 26 144 102
Binary 11111111 10010000 1010000 0 101100 1000101 0 10110 1100100 1000010

Color Harmonies of #FF9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9050

Black with #FF9050

Text Example


Text Example

White with #FF9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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