Html Css Color HEX #F2D940 Gorse

📋 copy color: '#F2D940'

red 242 ◦ green 217 ◦ blue 64

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

Shades of Gorse #F2D940

Tints of Gorse #F2D940

RGB

 RED value IS 242 (94.92% from 255) = 46.27%

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

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

R = 46.27%
G = 41.49%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2D940 (or 0xF2D940) is known color: Gorse. HEX triplet: F2, D9 and 40. RGB value is (242,217,64). Sum of RGB (Red+Green+Blue) = 242+217+64=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D940 is #0D26BF. Grayscale: #CFCFCF. Windows color (decimal): -861888 or 4250098. OLE color: 4250098.

HSL color Cylindrical-coordinate representation of color #F2D940: hue angle of 51.57º degrees, saturation: 0.87, 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 #F2D940 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 64 -
CMYK 0 0.10 0.74 0.05
HSL 51.57º 0.87% 0.6% -
HSV(B) 51.57º 0.74% 0.95% -
XYZ 62.36 68.87 14.86 -
YUV 207.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 242 217 64 0 0.10 0.74 0.05 51.57 0.87 0.6
Hex F2 D9 40 0 A 4A 5 34 57 3C
Octal 362 331 100 0 12 112 5 64 127 74
Binary 11110010 11011001 1000000 0 1010 1001010 101 110100 1010111 111100

Color Harmonies of #F2D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D940

Black with #F2D940

Text Example


Text Example

White with #F2D940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D940; }

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

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

background-color css

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

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

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

border-color css

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

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

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