Html Css Color HEX #F1CD2D Golden Dream

📋 copy color: '#F1CD2D'

red 241 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #F1CD2D

Tints of Golden Dream #F1CD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 49.08%
G = 41.75%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1CD2D (or 0xF1CD2D) is known color: Golden Dream. HEX triplet: F1, CD and 2D. RGB value is (241,205,45). Sum of RGB (Red+Green+Blue) = 241+205+45=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CD2D is #0E32D2. Grayscale: #C6C6C6. Windows color (decimal): -930515 or 3001841. OLE color: 3001841.

HSL color Cylindrical-coordinate representation of color #F1CD2D: hue angle of 48.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1CD2D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 45 -
CMYK 0 0.15 0.81 0.05
HSL 48.98º 0.88% 0.56% -
HSV(B) 48.98º 0.81% 0.95% -
XYZ 58.58 62.55 11.47 -
YUV 197.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 241 205 45 0 0.15 0.81 0.05 48.98 0.88 0.56
Hex F1 CD 2D 0 F 51 5 31 58 38
Octal 361 315 55 0 17 121 5 61 130 70
Binary 11110001 11001101 101101 0 1111 1010001 101 110001 1011000 111000

Color Harmonies of #F1CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CD2D

Black with #F1CD2D

Text Example


Text Example

White with #F1CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CD2D; }

 p { color: rgb(241,205,45); }

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

background-color css

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

 a { background-color: rgb(241,205,45); }

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

border-color css

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

 span { border-color: rgb(241,205,45); }

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