Html Css Color HEX #F1A74D Casablanca

📋 copy color: '#F1A74D'

red 241 ◦ green 167 ◦ blue 77

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

Shades of Casablanca #F1A74D

Tints of Casablanca #F1A74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.43%

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

R = 49.69%
G = 34.43%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1A74D (or 0xF1A74D) is known color: Casablanca. HEX triplet: F1, A7 and 4D. RGB value is (241,167,77). Sum of RGB (Red+Green+Blue) = 241+167+77=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A74D is #0E58B2. Grayscale: #B3B3B3. Windows color (decimal): -940211 or 5089265. OLE color: 5089265.

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

Color convert

RGB 241 167 77 -
CMYK 0 0.31 0.68 0.05
HSL 32.93º 0.85% 0.62% -
HSV(B) 32.93º 0.68% 0.95% -
XYZ 51.43 46.87 13.36 -
YUV 178.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 241 167 77 0 0.31 0.68 0.05 32.93 0.85 0.62
Hex F1 A7 4D 0 1F 44 5 21 55 3E
Octal 361 247 115 0 37 104 5 41 125 76
Binary 11110001 10100111 1001101 0 11111 1000100 101 100001 1010101 111110

Color Harmonies of #F1A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A74D

Black with #F1A74D

Text Example


Text Example

White with #F1A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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