Html Css Color HEX #F1CB30 Golden Dream

📋 copy color: '#F1CB30'

red 241 ◦ green 203 ◦ blue 48

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

Shades of Golden Dream #F1CB30

Tints of Golden Dream #F1CB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.76%

R = 48.98%
G = 41.26%
B = 9.76%

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

#F1CB30 (or 0xF1CB30) is known color: Golden Dream. HEX triplet: F1, CB and 30. RGB value is (241,203,48). Sum of RGB (Red+Green+Blue) = 241+203+48=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB30 is #0E34CF. Grayscale: #C5C5C5. Windows color (decimal): -931024 or 3197937. OLE color: 3197937.

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

Color convert

RGB 241 203 48 -
CMYK 0 0.16 0.80 0.05
HSL 48.19º 0.87% 0.57% -
HSV(B) 48.19º 0.8% 0.95% -
XYZ 58.17 61.63 11.63 -
YUV 196.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 241 203 48 0 0.16 0.80 0.05 48.19 0.87 0.57
Hex F1 CB 30 0 10 50 5 30 57 39
Octal 361 313 60 0 20 120 5 60 127 71
Binary 11110001 11001011 110000 0 10000 1010000 101 110000 1010111 111001

Color Harmonies of #F1CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CB30

Black with #F1CB30

Text Example


Text Example

White with #F1CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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