Html Css Color HEX #F3D940 Gorse

📋 copy color: '#F3D940'

red 243 ◦ green 217 ◦ blue 64

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

Shades of Gorse #F3D940

Tints of Gorse #F3D940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 64 (25.39% from 255) = 12.21%

R = 46.37%
G = 41.41%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3D940 (or 0xF3D940) is known color: Gorse. HEX triplet: F3, D9 and 40. RGB value is (243,217,64). Sum of RGB (Red+Green+Blue) = 243+217+64=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D940 is #0C26BF. Grayscale: #CFCFCF. Windows color (decimal): -796352 or 4250099. OLE color: 4250099.

HSL color Cylindrical-coordinate representation of color #F3D940: hue angle of 51.28º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3D940 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 217 64 -
CMYK 0 0.11 0.74 0.05
HSL 51.28º 0.88% 0.6% -
HSV(B) 51.28º 0.74% 0.95% -
XYZ 62.7 69.05 14.87 -
YUV 207.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 243 217 64 0 0.11 0.74 0.05 51.28 0.88 0.6
Hex F3 D9 40 0 B 4A 5 33 58 3C
Octal 363 331 100 0 13 112 5 63 130 74
Binary 11110011 11011001 1000000 0 1011 1001010 101 110011 1011000 111100

Color Harmonies of #F3D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D940

Black with #F3D940

Text Example


Text Example

White with #F3D940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D940; }

 p { color: rgb(243,217,64); }

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

background-color css

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

 a { background-color: rgb(243,217,64); }

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

border-color css

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

 span { border-color: rgb(243,217,64); }

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