Html Css Color HEX #F1874D Crusta

📋 copy color: '#F1874D'

red 241 ◦ green 135 ◦ blue 77

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

Shades of Crusta #F1874D

Tints of Crusta #F1874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 53.2%
G = 29.8%
B = 17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1874D (or 0xF1874D) is known color: Crusta. HEX triplet: F1, 87 and 4D. RGB value is (241,135,77). Sum of RGB (Red+Green+Blue) = 241+135+77=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1874D is #0E78B2. Grayscale: #A0A0A0. Windows color (decimal): -948403 or 5081073. OLE color: 5081073.

HSL color Cylindrical-coordinate representation of color #F1874D: hue angle of 21.22º 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 #F1874D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 77 -
CMYK 0 0.44 0.68 0.05
HSL 21.22º 0.85% 0.62% -
HSV(B) 21.22º 0.68% 0.95% -
XYZ 46.28 36.56 11.64 -
YUV 160.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 241 135 77 0 0.44 0.68 0.05 21.22 0.85 0.62
Hex F1 87 4D 0 2C 44 5 15 55 3E
Octal 361 207 115 0 54 104 5 25 125 76
Binary 11110001 10000111 1001101 0 101100 1000100 101 10101 1010101 111110

Color Harmonies of #F1874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1874D

Black with #F1874D

Text Example


Text Example

White with #F1874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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