Html Css Color HEX #F07E4C Crusta

📋 copy color: '#F07E4C'

red 240 ◦ green 126 ◦ blue 76

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

Shades of Crusta #F07E4C

Tints of Crusta #F07E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 54.3%
G = 28.51%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F07E4C (or 0xF07E4C) is known color: Crusta. HEX triplet: F0, 7E and 4C. RGB value is (240,126,76). Sum of RGB (Red+Green+Blue) = 240+126+76=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E4C is #0F81B3. Grayscale: #9A9A9A. Windows color (decimal): -1016244 or 5013232. OLE color: 5013232.

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

Color convert

RGB 240 126 76 -
CMYK 0 0.48 0.68 0.06
HSL 18.29º 0.85% 0.62% -
HSV(B) 18.29º 0.68% 0.94% -
XYZ 44.7 33.97 11.04 -
YUV 154.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 240 126 76 0 0.48 0.68 0.06 18.29 0.85 0.62
Hex F0 7E 4C 0 30 44 6 12 55 3E
Octal 360 176 114 0 60 104 6 22 125 76
Binary 11110000 1111110 1001100 0 110000 1000100 110 10010 1010101 111110

Color Harmonies of #F07E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E4C

Black with #F07E4C

Text Example


Text Example

White with #F07E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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