Html Css Color HEX #F3CB2B Golden Dream

📋 copy color: '#F3CB2B'

red 243 ◦ green 203 ◦ blue 43

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

Shades of Golden Dream #F3CB2B

Tints of Golden Dream #F3CB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.79%

R = 49.69%
G = 41.51%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3CB2B (or 0xF3CB2B) is known color: Golden Dream. HEX triplet: F3, CB and 2B. RGB value is (243,203,43). Sum of RGB (Red+Green+Blue) = 243+203+43=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB2B is #0C34D4. Grayscale: #C5C5C5. Windows color (decimal): -799957 or 2870259. OLE color: 2870259.

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

Color convert

RGB 243 203 43 -
CMYK 0 0.16 0.82 0.05
HSL 48º 0.89% 0.56% -
HSV(B) 48º 0.82% 0.95% -
XYZ 58.75 61.94 11.14 -
YUV 196.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 243 203 43 0 0.16 0.82 0.05 48 0.89 0.56
Hex F3 CB 2B 0 10 52 5 30 59 38
Octal 363 313 53 0 20 122 5 60 131 70
Binary 11110011 11001011 101011 0 10000 1010010 101 110000 1011001 111000

Color Harmonies of #F3CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CB2B

Black with #F3CB2B

Text Example


Text Example

White with #F3CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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