Html Css Color HEX #F8D42D Golden Dream

📋 copy color: '#F8D42D'

red 248 ◦ green 212 ◦ blue 45

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

Shades of Golden Dream #F8D42D

Tints of Golden Dream #F8D42D

RGB

 RED value IS 248 (97.27% from 255) = 49.11%

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 49.11%
G = 41.98%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8D42D (or 0xF8D42D) is known color: Golden Dream. HEX triplet: F8, D4 and 2D. RGB value is (248,212,45). Sum of RGB (Red+Green+Blue) = 248+212+45=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D42D is #072BD2. Grayscale: #CCCCCC. Windows color (decimal): -469971 or 3003640. OLE color: 3003640.

HSL color Cylindrical-coordinate representation of color #F8D42D: hue angle of 49.36º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8D42D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 45 -
CMYK 0 0.15 0.82 0.03
HSL 49.36º 0.94% 0.57% -
HSV(B) 49.36º 0.82% 0.97% -
XYZ 62.73 67.23 12.15 -
YUV 203.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 248 212 45 0 0.15 0.82 0.03 49.36 0.94 0.57
Hex F8 D4 2D 0 F 52 3 31 5E 39
Octal 370 324 55 0 17 122 3 61 136 71
Binary 11111000 11010100 101101 0 1111 1010010 11 110001 1011110 111001

Color Harmonies of #F8D42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D42D

Black with #F8D42D

Text Example


Text Example

White with #F8D42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D42D; }

 p { color: rgb(248,212,45); }

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

background-color css

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

 a { background-color: rgb(248,212,45); }

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

border-color css

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

 span { border-color: rgb(248,212,45); }

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