Html Css Color HEX #F4B458 Casablanca

📋 copy color: '#F4B458'

red 244 ◦ green 180 ◦ blue 88

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

Shades of Casablanca #F4B458

Tints of Casablanca #F4B458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 47.66%
G = 35.16%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F4B458 (or 0xF4B458) is known color: Casablanca. HEX triplet: F4, B4 and 58. RGB value is (244,180,88). Sum of RGB (Red+Green+Blue) = 244+180+88=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B458 is #0B4BA7. Grayscale: #BDBDBD. Windows color (decimal): -740264 or 5813492. OLE color: 5813492.

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

Color convert

RGB 244 180 88 -
CMYK 0 0.26 0.64 0.04
HSL 35.38º 0.88% 0.65% -
HSV(B) 35.38º 0.64% 0.96% -
XYZ 55.39 52.58 16.46 -
YUV 188.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 244 180 88 0 0.26 0.64 0.04 35.38 0.88 0.65
Hex F4 B4 58 0 1A 40 4 23 58 41
Octal 364 264 130 0 32 100 4 43 130 101
Binary 11110100 10110100 1011000 0 11010 1000000 100 100011 1011000 1000001

Color Harmonies of #F4B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B458

Black with #F4B458

Text Example


Text Example

White with #F4B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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