Html Css Color HEX #F4D230 Golden Dream

📋 copy color: '#F4D230'

red 244 ◦ green 210 ◦ blue 48

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

Shades of Golden Dream #F4D230

Tints of Golden Dream #F4D230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

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

R = 48.61%
G = 41.83%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4D230 (or 0xF4D230) is known color: Golden Dream. HEX triplet: F4, D2 and 30. RGB value is (244,210,48). Sum of RGB (Red+Green+Blue) = 244+210+48=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D230 is #0B2DCF. Grayscale: #CACACA. Windows color (decimal): -732624 or 3199732. OLE color: 3199732.

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

Color convert

RGB 244 210 48 -
CMYK 0 0.14 0.80 0.04
HSL 49.59º 0.9% 0.57% -
HSV(B) 49.59º 0.8% 0.96% -
XYZ 60.89 65.54 12.24 -
YUV 201.7 41.26 158.17 -
System Red Green Blue C M Y K H S L
Decimal 244 210 48 0 0.14 0.80 0.04 49.59 0.9 0.57
Hex F4 D2 30 0 E 50 4 32 5A 39
Octal 364 322 60 0 16 120 4 62 132 71
Binary 11110100 11010010 110000 0 1110 1010000 100 110010 1011010 111001

Color Harmonies of #F4D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D230

Black with #F4D230

Text Example


Text Example

White with #F4D230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D230; }

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

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

background-color css

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

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

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

border-color css

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

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

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