Html Css Color HEX #F5CD34 Golden Dream

📋 copy color: '#F5CD34'

red 245 ◦ green 205 ◦ blue 52

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

Shades of Golden Dream #F5CD34

Tints of Golden Dream #F5CD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.36%

R = 48.8%
G = 40.84%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5CD34 (or 0xF5CD34) is known color: Golden Dream. HEX triplet: F5, CD and 34. RGB value is (245,205,52). Sum of RGB (Red+Green+Blue) = 245+205+52=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD34 is #0A32CB. Grayscale: #C8C8C8. Windows color (decimal): -668364 or 3460597. OLE color: 3460597.

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

Color convert

RGB 245 205 52 -
CMYK 0 0.16 0.79 0.04
HSL 47.56º 0.91% 0.58% -
HSV(B) 47.56º 0.79% 0.96% -
XYZ 60.11 63.32 12.3 -
YUV 199.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 245 205 52 0 0.16 0.79 0.04 47.56 0.91 0.58
Hex F5 CD 34 0 10 4F 4 30 5B 3A
Octal 365 315 64 0 20 117 4 60 133 72
Binary 11110101 11001101 110100 0 10000 1001111 100 110000 1011011 111010

Color Harmonies of #F5CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD34

Black with #F5CD34

Text Example


Text Example

White with #F5CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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