Html Css Color HEX #F1D434 Golden Dream

📋 copy color: '#F1D434'

red 241 ◦ green 212 ◦ blue 52

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

Shades of Golden Dream #F1D434

Tints of Golden Dream #F1D434

RGB

 RED value IS 241 (94.53% from 255) = 47.72%

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

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

R = 47.72%
G = 41.98%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F1D434 (or 0xF1D434) is known color: Golden Dream. HEX triplet: F1, D4 and 34. RGB value is (241,212,52). Sum of RGB (Red+Green+Blue) = 241+212+52=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D434 is #0E2BCB. Grayscale: #CBCBCB. Windows color (decimal): -928716 or 3462385. OLE color: 3462385.

HSL color Cylindrical-coordinate representation of color #F1D434: hue angle of 50.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1D434 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 52 -
CMYK 0 0.12 0.78 0.05
HSL 50.79º 0.87% 0.57% -
HSV(B) 50.79º 0.78% 0.95% -
XYZ 60.44 66.04 12.81 -
YUV 202.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 241 212 52 0 0.12 0.78 0.05 50.79 0.87 0.57
Hex F1 D4 34 0 C 4E 5 33 57 39
Octal 361 324 64 0 14 116 5 63 127 71
Binary 11110001 11010100 110100 0 1100 1001110 101 110011 1010111 111001

Color Harmonies of #F1D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D434

Black with #F1D434

Text Example


Text Example

White with #F1D434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D434; }

 p { color: rgb(241,212,52); }

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

background-color css

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

 a { background-color: rgb(241,212,52); }

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

border-color css

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

 span { border-color: rgb(241,212,52); }

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