Html Css Color HEX #F4C250 Cream Can

📋 copy color: '#F4C250'

red 244 ◦ green 194 ◦ blue 80

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

Shades of Cream Can #F4C250

Tints of Cream Can #F4C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 47.1%
G = 37.45%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F4C250 (or 0xF4C250) is known color: Cream Can. HEX triplet: F4, C2 and 50. RGB value is (244,194,80). Sum of RGB (Red+Green+Blue) = 244+194+80=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C250 is #0B3DAF. Grayscale: #C4C4C4. Windows color (decimal): -736688 or 5292788. OLE color: 5292788.

HSL color Cylindrical-coordinate representation of color #F4C250: hue angle of 41.71º 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 #F4C250 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 80 -
CMYK 0 0.20 0.67 0.04
HSL 41.71º 0.88% 0.64% -
HSV(B) 41.71º 0.67% 0.96% -
XYZ 58.05 58.4 15.8 -
YUV 195.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 244 194 80 0 0.20 0.67 0.04 41.71 0.88 0.64
Hex F4 C2 50 0 14 43 4 2A 58 40
Octal 364 302 120 0 24 103 4 52 130 100
Binary 11110100 11000010 1010000 0 10100 1000011 100 101010 1011000 1000000

Color Harmonies of #F4C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C250

Black with #F4C250

Text Example


Text Example

White with #F4C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C250; }

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

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

background-color css

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

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

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

border-color css

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

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

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