Html Css Color HEX #F5D035 Golden Dream

📋 copy color: '#F5D035'

red 245 ◦ green 208 ◦ blue 53

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

Shades of Golden Dream #F5D035

Tints of Golden Dream #F5D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 48.42%
G = 41.11%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5D035 (or 0xF5D035) is known color: Golden Dream. HEX triplet: F5, D0 and 35. RGB value is (245,208,53). Sum of RGB (Red+Green+Blue) = 245+208+53=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D035 is #0A2FCA. Grayscale: #CACACA. Windows color (decimal): -667595 or 3526901. OLE color: 3526901.

HSL color Cylindrical-coordinate representation of color #F5D035: hue angle of 48.44º 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 #F5D035 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 208 53 -
CMYK 0 0.15 0.78 0.04
HSL 48.44º 0.91% 0.58% -
HSV(B) 48.44º 0.78% 0.96% -
XYZ 60.85 64.78 12.66 -
YUV 201.39 44.26 159.1 -
System Red Green Blue C M Y K H S L
Decimal 245 208 53 0 0.15 0.78 0.04 48.44 0.91 0.58
Hex F5 D0 35 0 F 4E 4 30 5B 3A
Octal 365 320 65 0 17 116 4 60 133 72
Binary 11110101 11010000 110101 0 1111 1001110 100 110000 1011011 111010

Color Harmonies of #F5D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D035

Black with #F5D035

Text Example


Text Example

White with #F5D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D035; }

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

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

background-color css

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

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

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

border-color css

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

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

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