Html Css Color HEX #F8CE2D Golden Dream

📋 copy color: '#F8CE2D'

red 248 ◦ green 206 ◦ blue 45

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

Shades of Golden Dream #F8CE2D

Tints of Golden Dream #F8CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

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

R = 49.7%
G = 41.28%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8CE2D (or 0xF8CE2D) is known color: Golden Dream. HEX triplet: F8, CE and 2D. RGB value is (248,206,45). Sum of RGB (Red+Green+Blue) = 248+206+45=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE2D is #0731D2. Grayscale: #C8C8C8. Windows color (decimal): -471507 or 3002104. OLE color: 3002104.

HSL color Cylindrical-coordinate representation of color #F8CE2D: hue angle of 47.59º 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 #F8CE2D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 45 -
CMYK 0 0.17 0.82 0.03
HSL 47.59º 0.94% 0.57% -
HSV(B) 47.59º 0.82% 0.97% -
XYZ 61.26 64.29 11.66 -
YUV 200.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 248 206 45 0 0.17 0.82 0.03 47.59 0.94 0.57
Hex F8 CE 2D 0 11 52 3 30 5E 39
Octal 370 316 55 0 21 122 3 60 136 71
Binary 11111000 11001110 101101 0 10001 1010010 11 110000 1011110 111001

Color Harmonies of #F8CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE2D

Black with #F8CE2D

Text Example


Text Example

White with #F8CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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