Html Css Color HEX #F2B14A Casablanca

📋 copy color: '#F2B14A'

red 242 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #F2B14A

Tints of Casablanca #F2B14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 49.09%
G = 35.9%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2B14A (or 0xF2B14A) is known color: Casablanca. HEX triplet: F2, B1 and 4A. RGB value is (242,177,74). Sum of RGB (Red+Green+Blue) = 242+177+74=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B14A is #0D4EB5. Grayscale: #B9B9B9. Windows color (decimal): -872118 or 4895218. OLE color: 4895218.

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

Color convert

RGB 242 177 74 -
CMYK 0 0.27 0.69 0.05
HSL 36.79º 0.87% 0.62% -
HSV(B) 36.79º 0.69% 0.95% -
XYZ 53.58 50.82 13.46 -
YUV 184.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 242 177 74 0 0.27 0.69 0.05 36.79 0.87 0.62
Hex F2 B1 4A 0 1B 45 5 25 57 3E
Octal 362 261 112 0 33 105 5 45 127 76
Binary 11110010 10110001 1001010 0 11011 1000101 101 100101 1010111 111110

Color Harmonies of #F2B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B14A

Black with #F2B14A

Text Example


Text Example

White with #F2B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B14A; }

 p { color: rgb(242,177,74); }

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

background-color css

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

 a { background-color: rgb(242,177,74); }

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

border-color css

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

 span { border-color: rgb(242,177,74); }

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