Html Css Color HEX #F0D230 Golden Dream

📋 copy color: '#F0D230'

red 240 ◦ green 210 ◦ blue 48

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

Shades of Golden Dream #F0D230

Tints of Golden Dream #F0D230

RGB

 RED value IS 240 (94.14% from 255) = 48.19%

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

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

R = 48.19%
G = 42.17%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F0D230 (or 0xF0D230) is known color: Golden Dream. HEX triplet: F0, D2 and 30. RGB value is (240,210,48). Sum of RGB (Red+Green+Blue) = 240+210+48=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D230 is #0F2DCF. Grayscale: #C9C9C9. Windows color (decimal): -994768 or 3199728. OLE color: 3199728.

HSL color Cylindrical-coordinate representation of color #F0D230: hue angle of 50.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0D230 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 48 -
CMYK 0 0.12 0.8 0.06
HSL 50.63º 0.86% 0.56% -
HSV(B) 50.63º 0.8% 0.94% -
XYZ 59.52 64.83 12.17 -
YUV 200.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 240 210 48 0 0.12 0.8 0.06 50.63 0.86 0.56
Hex F0 D2 30 0 C 50 6 33 56 38
Octal 360 322 60 0 14 120 6 63 126 70
Binary 11110000 11010010 110000 0 1100 1010000 110 110011 1010110 111000

Color Harmonies of #F0D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D230

Black with #F0D230

Text Example


Text Example

White with #F0D230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D230; }

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

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

background-color css

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

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

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

border-color css

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

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

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