Html Css Color HEX #F1CB2D Golden Dream

📋 copy color: '#F1CB2D'

red 241 ◦ green 203 ◦ blue 45

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

Shades of Golden Dream #F1CB2D

Tints of Golden Dream #F1CB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.51%

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

R = 49.28%
G = 41.51%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1CB2D (or 0xF1CB2D) is known color: Golden Dream. HEX triplet: F1, CB and 2D. RGB value is (241,203,45). Sum of RGB (Red+Green+Blue) = 241+203+45=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB2D is #0E34D2. Grayscale: #C5C5C5. Windows color (decimal): -931027 or 3001329. OLE color: 3001329.

HSL color Cylindrical-coordinate representation of color #F1CB2D: hue angle of 48.37º 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 #F1CB2D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 45 -
CMYK 0 0.16 0.81 0.05
HSL 48.37º 0.88% 0.56% -
HSV(B) 48.37º 0.81% 0.95% -
XYZ 58.11 61.6 11.31 -
YUV 196.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 241 203 45 0 0.16 0.81 0.05 48.37 0.88 0.56
Hex F1 CB 2D 0 10 51 5 30 58 38
Octal 361 313 55 0 20 121 5 60 130 70
Binary 11110001 11001011 101101 0 10000 1010001 101 110000 1011000 111000

Color Harmonies of #F1CB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB2D

Black with #F1CB2D

Text Example


Text Example

White with #F1CB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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