Html Css Color HEX #F2B24C Casablanca

📋 copy color: '#F2B24C'

red 242 ◦ green 178 ◦ blue 76

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

Shades of Casablanca #F2B24C

Tints of Casablanca #F2B24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 48.79%
G = 35.89%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2B24C (or 0xF2B24C) is known color: Casablanca. HEX triplet: F2, B2 and 4C. RGB value is (242,178,76). Sum of RGB (Red+Green+Blue) = 242+178+76=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B24C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B24C is #0D4DB3. Grayscale: #B9B9B9. Windows color (decimal): -871860 or 5026546. OLE color: 5026546.

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

Color convert

RGB 242 178 76 -
CMYK 0 0.26 0.69 0.05
HSL 36.87º 0.86% 0.62% -
HSV(B) 36.87º 0.69% 0.95% -
XYZ 53.84 51.24 13.89 -
YUV 185.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 242 178 76 0 0.26 0.69 0.05 36.87 0.86 0.62
Hex F2 B2 4C 0 1A 45 5 25 56 3E
Octal 362 262 114 0 32 105 5 45 126 76
Binary 11110010 10110010 1001100 0 11010 1000101 101 100101 1010110 111110

Color Harmonies of #F2B24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B24C

Black with #F2B24C

Text Example


Text Example

White with #F2B24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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