Html Css Color HEX #F18A4D Crusta

📋 copy color: '#F18A4D'

red 241 ◦ green 138 ◦ blue 77

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

Shades of Crusta #F18A4D

Tints of Crusta #F18A4D

RGB

 RED value IS 241 (94.53% from 255) = 52.85%

 GREEN value IS 138 (54.3% from 255) = 30.26%

 BLUE value IS 77 (30.47% from 255) = 16.89%

R = 52.85%
G = 30.26%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F18A4D (or 0xF18A4D) is known color: Crusta. HEX triplet: F1, 8A and 4D. RGB value is (241,138,77). Sum of RGB (Red+Green+Blue) = 241+138+77=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A4D is #0E75B2. Grayscale: #A2A2A2. Windows color (decimal): -947635 or 5081841. OLE color: 5081841.

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

Color convert

RGB 241 138 77 -
CMYK 0 0.43 0.68 0.05
HSL 22.32º 0.85% 0.62% -
HSV(B) 22.32º 0.68% 0.95% -
XYZ 46.7 37.41 11.78 -
YUV 161.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 241 138 77 0 0.43 0.68 0.05 22.32 0.85 0.62
Hex F1 8A 4D 0 2B 44 5 16 55 3E
Octal 361 212 115 0 53 104 5 26 125 76
Binary 11110001 10001010 1001101 0 101011 1000100 101 10110 1010101 111110

Color Harmonies of #F18A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A4D

Black with #F18A4D

Text Example


Text Example

White with #F18A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A4D; }

 p { color: rgb(241,138,77); }

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

background-color css

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

 a { background-color: rgb(241,138,77); }

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

border-color css

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

 span { border-color: rgb(241,138,77); }

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