Html Css Color HEX #F4CE31 Golden Dream

📋 copy color: '#F4CE31'

red 244 ◦ green 206 ◦ blue 49

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

Shades of Golden Dream #F4CE31

Tints of Golden Dream #F4CE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 49 (19.53% from 255) = 9.82%

R = 48.9%
G = 41.28%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4CE31 (or 0xF4CE31) is known color: Golden Dream. HEX triplet: F4, CE and 31. RGB value is (244,206,49). Sum of RGB (Red+Green+Blue) = 244+206+49=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE31 is #0B31CE. Grayscale: #C8C8C8. Windows color (decimal): -733647 or 3264244. OLE color: 3264244.

HSL color Cylindrical-coordinate representation of color #F4CE31: hue angle of 48.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4CE31 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 206 49 -
CMYK 0 0.16 0.80 0.04
HSL 48.31º 0.9% 0.57% -
HSV(B) 48.31º 0.8% 0.96% -
XYZ 59.93 63.6 12.02 -
YUV 199.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 244 206 49 0 0.16 0.80 0.04 48.31 0.9 0.57
Hex F4 CE 31 0 10 50 4 30 5A 39
Octal 364 316 61 0 20 120 4 60 132 71
Binary 11110100 11001110 110001 0 10000 1010000 100 110000 1011010 111001

Color Harmonies of #F4CE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CE31

Black with #F4CE31

Text Example


Text Example

White with #F4CE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CE31; }

 p { color: rgb(244,206,49); }

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

background-color css

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

 a { background-color: rgb(244,206,49); }

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

border-color css

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

 span { border-color: rgb(244,206,49); }

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