Html Css Color HEX #F0D038 Golden Dream

📋 copy color: '#F0D038'

red 240 ◦ green 208 ◦ blue 56

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

Shades of Golden Dream #F0D038

Tints of Golden Dream #F0D038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

 BLUE value IS 56 (22.27% from 255) = 11.11%

R = 47.62%
G = 41.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0D038 (or 0xF0D038) is known color: Golden Dream. HEX triplet: F0, D0 and 38. RGB value is (240,208,56). Sum of RGB (Red+Green+Blue) = 240+208+56=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D038 is #0F2FC7. Grayscale: #C8C8C8. Windows color (decimal): -995272 or 3723504. OLE color: 3723504.

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

Color convert

RGB 240 208 56 -
CMYK 0 0.13 0.77 0.06
HSL 49.57º 0.86% 0.58% -
HSV(B) 49.57º 0.77% 0.94% -
XYZ 59.2 63.92 12.96 -
YUV 200.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 240 208 56 0 0.13 0.77 0.06 49.57 0.86 0.58
Hex F0 D0 38 0 D 4D 6 32 56 3A
Octal 360 320 70 0 15 115 6 62 126 72
Binary 11110000 11010000 111000 0 1101 1001101 110 110010 1010110 111010

Color Harmonies of #F0D038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D038

Black with #F0D038

Text Example


Text Example

White with #F0D038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D038; }

 p { color: rgb(240,208,56); }

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

background-color css

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

 a { background-color: rgb(240,208,56); }

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

border-color css

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

 span { border-color: rgb(240,208,56); }

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