Html Css Color HEX #F5CD2E Golden Dream

📋 copy color: '#F5CD2E'

red 245 ◦ green 205 ◦ blue 46

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

Shades of Golden Dream #F5CD2E

Tints of Golden Dream #F5CD2E

RGB

 RED value IS 245 (96.09% from 255) = 49.4%

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 49.4%
G = 41.33%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5CD2E (or 0xF5CD2E) is known color: Golden Dream. HEX triplet: F5, CD and 2E. RGB value is (245,205,46). Sum of RGB (Red+Green+Blue) = 245+205+46=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD2E is #0A32D1. Grayscale: #C7C7C7. Windows color (decimal): -668370 or 3067381. OLE color: 3067381.

HSL color Cylindrical-coordinate representation of color #F5CD2E: hue angle of 47.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5CD2E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 46 -
CMYK 0 0.16 0.81 0.04
HSL 47.94º 0.91% 0.57% -
HSV(B) 47.94º 0.81% 0.96% -
XYZ 59.98 63.27 11.64 -
YUV 198.83 41.75 160.93 -
System Red Green Blue C M Y K H S L
Decimal 245 205 46 0 0.16 0.81 0.04 47.94 0.91 0.57
Hex F5 CD 2E 0 10 51 4 30 5B 39
Octal 365 315 56 0 20 121 4 60 133 71
Binary 11110101 11001101 101110 0 10000 1010001 100 110000 1011011 111001

Color Harmonies of #F5CD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD2E

Black with #F5CD2E

Text Example


Text Example

White with #F5CD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD2E; }

 p { color: rgb(245,205,46); }

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

background-color css

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

 a { background-color: rgb(245,205,46); }

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

border-color css

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

 span { border-color: rgb(245,205,46); }

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