Html Css Color HEX #F4CE30 Golden Dream

📋 copy color: '#F4CE30'

red 244 ◦ green 206 ◦ blue 48

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

Shades of Golden Dream #F4CE30

Tints of Golden Dream #F4CE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.64%

R = 49%
G = 41.37%
B = 9.64%

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

#F4CE30 (or 0xF4CE30) is known color: Golden Dream. HEX triplet: F4, CE and 30. RGB value is (244,206,48). Sum of RGB (Red+Green+Blue) = 244+206+48=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE30 is #0B31CF. Grayscale: #C8C8C8. Windows color (decimal): -733648 or 3198708. OLE color: 3198708.

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

Color convert

RGB 244 206 48 -
CMYK 0 0.16 0.80 0.04
HSL 48.37º 0.9% 0.57% -
HSV(B) 48.37º 0.8% 0.96% -
XYZ 59.91 63.59 11.91 -
YUV 199.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 244 206 48 0 0.16 0.80 0.04 48.37 0.9 0.57
Hex F4 CE 30 0 10 50 4 30 5A 39
Octal 364 316 60 0 20 120 4 60 132 71
Binary 11110100 11001110 110000 0 10000 1010000 100 110000 1011010 111001

Color Harmonies of #F4CE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CE30

Black with #F4CE30

Text Example


Text Example

White with #F4CE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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