Html Css Color HEX #F5D435 Golden Dream

📋 copy color: '#F5D435'

red 245 ◦ green 212 ◦ blue 53

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

Shades of Golden Dream #F5D435

Tints of Golden Dream #F5D435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.39%

R = 48.04%
G = 41.57%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5D435 (or 0xF5D435) is known color: Golden Dream. HEX triplet: F5, D4 and 35. RGB value is (245,212,53). Sum of RGB (Red+Green+Blue) = 245+212+53=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 53 (21.09% from 255 or 10.39% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D435 is #0A2BCA. Grayscale: #CCCCCC. Windows color (decimal): -666571 or 3527925. OLE color: 3527925.

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

Color convert

RGB 245 212 53 -
CMYK 0 0.13 0.78 0.04
HSL 49.69º 0.91% 0.58% -
HSV(B) 49.69º 0.78% 0.96% -
XYZ 61.84 66.76 12.99 -
YUV 203.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 245 212 53 0 0.13 0.78 0.04 49.69 0.91 0.58
Hex F5 D4 35 0 D 4E 4 32 5B 3A
Octal 365 324 65 0 15 116 4 62 133 72
Binary 11110101 11010100 110101 0 1101 1001110 100 110010 1011011 111010

Color Harmonies of #F5D435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D435

Black with #F5D435

Text Example


Text Example

White with #F5D435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D435; }

 p { color: rgb(245,212,53); }

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

background-color css

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

 a { background-color: rgb(245,212,53); }

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

border-color css

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

 span { border-color: rgb(245,212,53); }

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