Html Css Color HEX #F2DB3E Gorse

📋 copy color: '#F2DB3E'

red 242 ◦ green 219 ◦ blue 62

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

Shades of Gorse #F2DB3E

Tints of Gorse #F2DB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

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

R = 46.27%
G = 41.87%
B = 11.85%

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

#F2DB3E (or 0xF2DB3E) is known color: Gorse. HEX triplet: F2, DB and 3E. RGB value is (242,219,62). Sum of RGB (Red+Green+Blue) = 242+219+62=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB3E is #0D24C1. Grayscale: #D0D0D0. Windows color (decimal): -861378 or 4119538. OLE color: 4119538.

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

Color convert

RGB 242 219 62 -
CMYK 0 0.10 0.74 0.05
HSL 52.33º 0.87% 0.6% -
HSV(B) 52.33º 0.74% 0.95% -
XYZ 62.82 69.89 14.74 -
YUV 207.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 242 219 62 0 0.10 0.74 0.05 52.33 0.87 0.6
Hex F2 DB 3E 0 A 4A 5 34 57 3C
Octal 362 333 76 0 12 112 5 64 127 74
Binary 11110010 11011011 111110 0 1010 1001010 101 110100 1010111 111100

Color Harmonies of #F2DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB3E

Black with #F2DB3E

Text Example


Text Example

White with #F2DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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