Html Css Color HEX #F1CB33 Golden Dream

📋 copy color: '#F1CB33'

red 241 ◦ green 203 ◦ blue 51

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

Shades of Golden Dream #F1CB33

Tints of Golden Dream #F1CB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.3%

R = 48.69%
G = 41.01%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1CB33 (or 0xF1CB33) is known color: Golden Dream. HEX triplet: F1, CB and 33. RGB value is (241,203,51). Sum of RGB (Red+Green+Blue) = 241+203+51=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB33 is #0E34CC. Grayscale: #C5C5C5. Windows color (decimal): -931021 or 3394545. OLE color: 3394545.

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

Color convert

RGB 241 203 51 -
CMYK 0 0.16 0.79 0.05
HSL 48º 0.87% 0.57% -
HSV(B) 48º 0.79% 0.95% -
XYZ 58.23 61.65 11.96 -
YUV 197.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 241 203 51 0 0.16 0.79 0.05 48 0.87 0.57
Hex F1 CB 33 0 10 4F 5 30 57 39
Octal 361 313 63 0 20 117 5 60 127 71
Binary 11110001 11001011 110011 0 10000 1001111 101 110000 1010111 111001

Color Harmonies of #F1CB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB33

Black with #F1CB33

Text Example


Text Example

White with #F1CB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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