Html Css Color HEX #F4B850 Casablanca

📋 copy color: '#F4B850'

red 244 ◦ green 184 ◦ blue 80

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

Shades of Casablanca #F4B850

Tints of Casablanca #F4B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 80 (31.64% from 255) = 15.75%

R = 48.03%
G = 36.22%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F4B850 (or 0xF4B850) is known color: Casablanca. HEX triplet: F4, B8 and 50. RGB value is (244,184,80). Sum of RGB (Red+Green+Blue) = 244+184+80=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B850 is #0B47AF. Grayscale: #BEBEBE. Windows color (decimal): -739248 or 5290228. OLE color: 5290228.

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

Color convert

RGB 244 184 80 -
CMYK 0 0.25 0.67 0.04
HSL 38.05º 0.88% 0.64% -
HSV(B) 38.05º 0.67% 0.96% -
XYZ 55.9 54.09 15.08 -
YUV 190.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 244 184 80 0 0.25 0.67 0.04 38.05 0.88 0.64
Hex F4 B8 50 0 19 43 4 26 58 40
Octal 364 270 120 0 31 103 4 46 130 100
Binary 11110100 10111000 1010000 0 11001 1000011 100 100110 1011000 1000000

Color Harmonies of #F4B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B850

Black with #F4B850

Text Example


Text Example

White with #F4B850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B850; }

 p { color: rgb(244,184,80); }

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

background-color css

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

 a { background-color: rgb(244,184,80); }

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

border-color css

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

 span { border-color: rgb(244,184,80); }

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