Html Css Color HEX #F07E54 Crusta

📋 copy color: '#F07E54'

red 240 ◦ green 126 ◦ blue 84

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

Shades of Crusta #F07E54

Tints of Crusta #F07E54

RGB

 RED value IS 240 (94.14% from 255) = 53.33%

 GREEN value IS 126 (49.61% from 255) = 28%

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

R = 53.33%
G = 28%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07E54 (or 0xF07E54) is known color: Crusta. HEX triplet: F0, 7E and 54. RGB value is (240,126,84). Sum of RGB (Red+Green+Blue) = 240+126+84=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E54 is #0F81AB. Grayscale: #9B9B9B. Windows color (decimal): -1016236 or 5537520. OLE color: 5537520.

HSL color Cylindrical-coordinate representation of color #F07E54: hue angle of 16.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F07E54 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 84 -
CMYK 0 0.48 0.65 0.06
HSL 16.15º 0.84% 0.64% -
HSV(B) 16.15º 0.65% 0.94% -
XYZ 45 34.09 12.6 -
YUV 155.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 240 126 84 0 0.48 0.65 0.06 16.15 0.84 0.64
Hex F0 7E 54 0 30 41 6 10 54 40
Octal 360 176 124 0 60 101 6 20 124 100
Binary 11110000 1111110 1010100 0 110000 1000001 110 10000 1010100 1000000

Color Harmonies of #F07E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E54

Black with #F07E54

Text Example


Text Example

White with #F07E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E54; }

 p { color: rgb(240,126,84); }

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

background-color css

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

 a { background-color: rgb(240,126,84); }

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

border-color css

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

 span { border-color: rgb(240,126,84); }

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