Html Css Color HEX #F1CB2F Golden Dream

📋 copy color: '#F1CB2F'

red 241 ◦ green 203 ◦ blue 47

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

Shades of Golden Dream #F1CB2F

Tints of Golden Dream #F1CB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 49.08%
G = 41.34%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1CB2F (or 0xF1CB2F) is known color: Golden Dream. HEX triplet: F1, CB and 2F. RGB value is (241,203,47). Sum of RGB (Red+Green+Blue) = 241+203+47=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB2F is #0E34D0. Grayscale: #C5C5C5. Windows color (decimal): -931025 or 3132401. OLE color: 3132401.

HSL color Cylindrical-coordinate representation of color #F1CB2F: hue angle of 48.25º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1CB2F is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 47 -
CMYK 0 0.16 0.80 0.05
HSL 48.25º 0.87% 0.56% -
HSV(B) 48.25º 0.8% 0.95% -
XYZ 58.14 61.62 11.52 -
YUV 196.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 241 203 47 0 0.16 0.80 0.05 48.25 0.87 0.56
Hex F1 CB 2F 0 10 50 5 30 57 38
Octal 361 313 57 0 20 120 5 60 127 70
Binary 11110001 11001011 101111 0 10000 1010000 101 110000 1010111 111000

Color Harmonies of #F1CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB2F

Black with #F1CB2F

Text Example


Text Example

White with #F1CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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