Html Css Color HEX #F4B649 Casablanca

📋 copy color: '#F4B649'

red 244 ◦ green 182 ◦ blue 73

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

Shades of Casablanca #F4B649

Tints of Casablanca #F4B649

RGB

 RED value IS 244 (95.7% from 255) = 48.9%

 GREEN value IS 182 (71.48% from 255) = 36.47%

 BLUE value IS 73 (28.91% from 255) = 14.63%

R = 48.9%
G = 36.47%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4B649 (or 0xF4B649) is known color: Casablanca. HEX triplet: F4, B6 and 49. RGB value is (244,182,73). Sum of RGB (Red+Green+Blue) = 244+182+73=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B649 is #0B49B6. Grayscale: #BCBCBC. Windows color (decimal): -739767 or 4830964. OLE color: 4830964.

HSL color Cylindrical-coordinate representation of color #F4B649: hue angle of 38.25º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4B649 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 182 73 -
CMYK 0 0.25 0.70 0.04
HSL 38.25º 0.89% 0.62% -
HSV(B) 38.25º 0.7% 0.96% -
XYZ 55.24 53.17 13.65 -
YUV 188.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 244 182 73 0 0.25 0.70 0.04 38.25 0.89 0.62
Hex F4 B6 49 0 19 46 4 26 59 3E
Octal 364 266 111 0 31 106 4 46 131 76
Binary 11110100 10110110 1001001 0 11001 1000110 100 100110 1011001 111110

Color Harmonies of #F4B649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B649

Black with #F4B649

Text Example


Text Example

White with #F4B649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B649; }

 p { color: rgb(244,182,73); }

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

background-color css

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

 a { background-color: rgb(244,182,73); }

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

border-color css

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

 span { border-color: rgb(244,182,73); }

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