Html Css Color HEX #F2A74C Casablanca

📋 copy color: '#F2A74C'

red 242 ◦ green 167 ◦ blue 76

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

Shades of Casablanca #F2A74C

Tints of Casablanca #F2A74C

RGB

 RED value IS 242 (94.92% from 255) = 49.9%

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

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

R = 49.9%
G = 34.43%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2A74C (or 0xF2A74C) is known color: Casablanca. HEX triplet: F2, A7 and 4C. RGB value is (242,167,76). Sum of RGB (Red+Green+Blue) = 242+167+76=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A74C is #0D58B3. Grayscale: #B3B3B3. Windows color (decimal): -874676 or 5023730. OLE color: 5023730.

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

Color convert

RGB 242 167 76 -
CMYK 0 0.31 0.69 0.05
HSL 32.89º 0.86% 0.62% -
HSV(B) 32.89º 0.69% 0.95% -
XYZ 51.74 47.04 13.19 -
YUV 179.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 242 167 76 0 0.31 0.69 0.05 32.89 0.86 0.62
Hex F2 A7 4C 0 1F 45 5 21 56 3E
Octal 362 247 114 0 37 105 5 41 126 76
Binary 11110010 10100111 1001100 0 11111 1000101 101 100001 1010110 111110

Color Harmonies of #F2A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A74C

Black with #F2A74C

Text Example


Text Example

White with #F2A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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