Html Css Color HEX #F2DC3E Gorse

📋 copy color: '#F2DC3E'

red 242 ◦ green 220 ◦ blue 62

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

Shades of Gorse #F2DC3E

Tints of Gorse #F2DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.83%

R = 46.18%
G = 41.98%
B = 11.83%

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

#F2DC3E (or 0xF2DC3E) is known color: Gorse. HEX triplet: F2, DC and 3E. RGB value is (242,220,62). Sum of RGB (Red+Green+Blue) = 242+220+62=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC3E is #0D23C1. Grayscale: #D1D1D1. Windows color (decimal): -861122 or 4119794. OLE color: 4119794.

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

Color convert

RGB 242 220 62 -
CMYK 0 0.09 0.74 0.05
HSL 52.67º 0.87% 0.6% -
HSV(B) 52.67º 0.74% 0.95% -
XYZ 63.08 70.41 14.82 -
YUV 208.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 242 220 62 0 0.09 0.74 0.05 52.67 0.87 0.6
Hex F2 DC 3E 0 9 4A 5 35 57 3C
Octal 362 334 76 0 11 112 5 65 127 74
Binary 11110010 11011100 111110 0 1001 1001010 101 110101 1010111 111100

Color Harmonies of #F2DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC3E

Black with #F2DC3E

Text Example


Text Example

White with #F2DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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