Html Css Color HEX #F4B453 Casablanca

📋 copy color: '#F4B453'

red 244 ◦ green 180 ◦ blue 83

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

Shades of Casablanca #F4B453

Tints of Casablanca #F4B453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

 BLUE value IS 83 (32.81% from 255) = 16.37%

R = 48.13%
G = 35.5%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F4B453 (or 0xF4B453) is known color: Casablanca. HEX triplet: F4, B4 and 53. RGB value is (244,180,83). Sum of RGB (Red+Green+Blue) = 244+180+83=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B453 is #0B4BAC. Grayscale: #BCBCBC. Windows color (decimal): -740269 or 5485812. OLE color: 5485812.

HSL color Cylindrical-coordinate representation of color #F4B453: hue angle of 36.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4B453 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 180 83 -
CMYK 0 0.26 0.66 0.04
HSL 36.15º 0.88% 0.64% -
HSV(B) 36.15º 0.66% 0.96% -
XYZ 55.19 52.5 15.41 -
YUV 188.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 244 180 83 0 0.26 0.66 0.04 36.15 0.88 0.64
Hex F4 B4 53 0 1A 42 4 24 58 40
Octal 364 264 123 0 32 102 4 44 130 100
Binary 11110100 10110100 1010011 0 11010 1000010 100 100100 1011000 1000000

Color Harmonies of #F4B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B453

Black with #F4B453

Text Example


Text Example

White with #F4B453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B453; }

 p { color: rgb(244,180,83); }

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

background-color css

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

 a { background-color: rgb(244,180,83); }

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

border-color css

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

 span { border-color: rgb(244,180,83); }

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