Html Css Color HEX #F3CF31 Golden Dream

📋 copy color: '#F3CF31'

red 243 ◦ green 207 ◦ blue 49

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

Shades of Golden Dream #F3CF31

Tints of Golden Dream #F3CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

 BLUE value IS 49 (19.53% from 255) = 9.82%

R = 48.7%
G = 41.48%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3CF31 (or 0xF3CF31) is known color: Golden Dream. HEX triplet: F3, CF and 31. RGB value is (243,207,49). Sum of RGB (Red+Green+Blue) = 243+207+49=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF31 is #0C30CE. Grayscale: #C8C8C8. Windows color (decimal): -798927 or 3264499. OLE color: 3264499.

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

Color convert

RGB 243 207 49 -
CMYK 0 0.15 0.80 0.05
HSL 48.87º 0.89% 0.57% -
HSV(B) 48.87º 0.8% 0.95% -
XYZ 59.83 63.9 12.09 -
YUV 199.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 243 207 49 0 0.15 0.80 0.05 48.87 0.89 0.57
Hex F3 CF 31 0 F 50 5 31 59 39
Octal 363 317 61 0 17 120 5 61 131 71
Binary 11110011 11001111 110001 0 1111 1010000 101 110001 1011001 111001

Color Harmonies of #F3CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CF31

Black with #F3CF31

Text Example


Text Example

White with #F3CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CF31; }

 p { color: rgb(243,207,49); }

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

background-color css

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

 a { background-color: rgb(243,207,49); }

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

border-color css

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

 span { border-color: rgb(243,207,49); }

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