Html Css Color HEX #F3CF2B Golden Dream

📋 copy color: '#F3CF2B'

red 243 ◦ green 207 ◦ blue 43

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

Shades of Golden Dream #F3CF2B

Tints of Golden Dream #F3CF2B

RGB

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

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

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

R = 49.29%
G = 41.99%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3CF2B (or 0xF3CF2B) is known color: Golden Dream. HEX triplet: F3, CF and 2B. RGB value is (243,207,43). Sum of RGB (Red+Green+Blue) = 243+207+43=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF2B is #0C30D4. Grayscale: #C7C7C7. Windows color (decimal): -798933 or 2871283. OLE color: 2871283.

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

Color convert

RGB 243 207 43 -
CMYK 0 0.15 0.82 0.05
HSL 49.2º 0.89% 0.56% -
HSV(B) 49.2º 0.82% 0.95% -
XYZ 59.71 63.85 11.46 -
YUV 199.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 243 207 43 0 0.15 0.82 0.05 49.2 0.89 0.56
Hex F3 CF 2B 0 F 52 5 31 59 38
Octal 363 317 53 0 17 122 5 61 131 70
Binary 11110011 11001111 101011 0 1111 1010010 101 110001 1011001 111000

Color Harmonies of #F3CF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CF2B

Black with #F3CF2B

Text Example


Text Example

White with #F3CF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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