Html Css Color HEX #F2DF3C Gorse

📋 copy color: '#F2DF3C'

red 242 ◦ green 223 ◦ blue 60

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

Shades of Gorse #F2DF3C

Tints of Gorse #F2DF3C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

 BLUE value IS 60 (23.83% from 255) = 11.43%

R = 46.1%
G = 42.48%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2DF3C (or 0xF2DF3C) is known color: Gorse. HEX triplet: F2, DF and 3C. RGB value is (242,223,60). Sum of RGB (Red+Green+Blue) = 242+223+60=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF3C is #0D20C3. Grayscale: #D2D2D2. Windows color (decimal): -860356 or 3989490. OLE color: 3989490.

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

Color convert

RGB 242 223 60 -
CMYK 0 0.08 0.75 0.05
HSL 53.74º 0.88% 0.59% -
HSV(B) 53.74º 0.75% 0.95% -
XYZ 63.82 71.98 14.8 -
YUV 210.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 242 223 60 0 0.08 0.75 0.05 53.74 0.88 0.59
Hex F2 DF 3C 0 8 4B 5 36 58 3B
Octal 362 337 74 0 10 113 5 66 130 73
Binary 11110010 11011111 111100 0 1000 1001011 101 110110 1011000 111011

Color Harmonies of #F2DF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF3C

Black with #F2DF3C

Text Example


Text Example

White with #F2DF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF3C; }

 p { color: rgb(242,223,60); }

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

background-color css

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

 a { background-color: rgb(242,223,60); }

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

border-color css

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

 span { border-color: rgb(242,223,60); }

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