Html Css Color HEX #F3CB30 Golden Dream

📋 copy color: '#F3CB30'

red 243 ◦ green 203 ◦ blue 48

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

Shades of Golden Dream #F3CB30

Tints of Golden Dream #F3CB30

RGB

 RED value IS 243 (95.31% from 255) = 49.19%

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

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

R = 49.19%
G = 41.09%
B = 9.72%

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

#F3CB30 (or 0xF3CB30) is known color: Golden Dream. HEX triplet: F3, CB and 30. RGB value is (243,203,48). Sum of RGB (Red+Green+Blue) = 243+203+48=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB30 is #0C34CF. Grayscale: #C5C5C5. Windows color (decimal): -799952 or 3197939. OLE color: 3197939.

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

Color convert

RGB 243 203 48 -
CMYK 0 0.16 0.80 0.05
HSL 47.69º 0.89% 0.57% -
HSV(B) 47.69º 0.8% 0.95% -
XYZ 58.85 61.98 11.66 -
YUV 197.29 43.75 160.6 -
System Red Green Blue C M Y K H S L
Decimal 243 203 48 0 0.16 0.80 0.05 47.69 0.89 0.57
Hex F3 CB 30 0 10 50 5 30 59 39
Octal 363 313 60 0 20 120 5 60 131 71
Binary 11110011 11001011 110000 0 10000 1010000 101 110000 1011001 111001

Color Harmonies of #F3CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CB30

Black with #F3CB30

Text Example


Text Example

White with #F3CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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