Html Css Color HEX #F2DC40 Gorse

📋 copy color: '#F2DC40'

red 242 ◦ green 220 ◦ blue 64

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

Shades of Gorse #F2DC40

Tints of Gorse #F2DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 46.01%
G = 41.83%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2DC40 (or 0xF2DC40) is known color: Gorse. HEX triplet: F2, DC and 40. RGB value is (242,220,64). Sum of RGB (Red+Green+Blue) = 242+220+64=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC40 is #0D23BF. Grayscale: #D1D1D1. Windows color (decimal): -861120 or 4250866. OLE color: 4250866.

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

Color convert

RGB 242 220 64 -
CMYK 0 0.09 0.74 0.05
HSL 52.58º 0.87% 0.6% -
HSV(B) 52.58º 0.74% 0.95% -
XYZ 63.14 70.43 15.12 -
YUV 208.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 242 220 64 0 0.09 0.74 0.05 52.58 0.87 0.6
Hex F2 DC 40 0 9 4A 5 35 57 3C
Octal 362 334 100 0 11 112 5 65 127 74
Binary 11110010 11011100 1000000 0 1001 1001010 101 110101 1010111 111100

Color Harmonies of #F2DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC40

Black with #F2DC40

Text Example


Text Example

White with #F2DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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