Html Css Color HEX #F1A74C Casablanca

📋 copy color: '#F1A74C'

red 241 ◦ green 167 ◦ blue 76

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

Shades of Casablanca #F1A74C

Tints of Casablanca #F1A74C

RGB

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

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

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

R = 49.79%
G = 34.5%
B = 15.7%

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

#F1A74C (or 0xF1A74C) is known color: Casablanca. HEX triplet: F1, A7 and 4C. RGB value is (241,167,76). Sum of RGB (Red+Green+Blue) = 241+167+76=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A74C is #0E58B3. Grayscale: #B3B3B3. Windows color (decimal): -940212 or 5023729. OLE color: 5023729.

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

Color convert

RGB 241 167 76 -
CMYK 0 0.31 0.68 0.05
HSL 33.09º 0.85% 0.62% -
HSV(B) 33.09º 0.68% 0.95% -
XYZ 51.4 46.86 13.17 -
YUV 178.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 241 167 76 0 0.31 0.68 0.05 33.09 0.85 0.62
Hex F1 A7 4C 0 1F 44 5 21 55 3E
Octal 361 247 114 0 37 104 5 41 125 76
Binary 11110001 10100111 1001100 0 11111 1000100 101 100001 1010101 111110

Color Harmonies of #F1A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A74C

Black with #F1A74C

Text Example


Text Example

White with #F1A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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