Html Css Color HEX #F0C82D Golden Dream

📋 copy color: '#F0C82D'

red 240 ◦ green 200 ◦ blue 45

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

Shades of Golden Dream #F0C82D

Tints of Golden Dream #F0C82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 49.48%
G = 41.24%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0C82D (or 0xF0C82D) is known color: Golden Dream. HEX triplet: F0, C8 and 2D. RGB value is (240,200,45). Sum of RGB (Red+Green+Blue) = 240+200+45=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C82D is #0F37D2. Grayscale: #C2C2C2. Windows color (decimal): -997331 or 3000560. OLE color: 3000560.

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

Color convert

RGB 240 200 45 -
CMYK 0 0.17 0.81 0.06
HSL 47.69º 0.87% 0.56% -
HSV(B) 47.69º 0.81% 0.94% -
XYZ 57.06 60.02 11.06 -
YUV 194.29 43.75 160.6 -
System Red Green Blue C M Y K H S L
Decimal 240 200 45 0 0.17 0.81 0.06 47.69 0.87 0.56
Hex F0 C8 2D 0 11 51 6 30 57 38
Octal 360 310 55 0 21 121 6 60 127 70
Binary 11110000 11001000 101101 0 10001 1010001 110 110000 1010111 111000

Color Harmonies of #F0C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C82D

Black with #F0C82D

Text Example


Text Example

White with #F0C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C82D; }

 p { color: rgb(240,200,45); }

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

background-color css

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

 a { background-color: rgb(240,200,45); }

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

border-color css

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

 span { border-color: rgb(240,200,45); }

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