Html Css Color HEX #F2D93F Gorse

📋 copy color: '#F2D93F'

red 242 ◦ green 217 ◦ blue 63

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

Shades of Gorse #F2D93F

Tints of Gorse #F2D93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.07%

R = 46.36%
G = 41.57%
B = 12.07%

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

#F2D93F (or 0xF2D93F) is known color: Gorse. HEX triplet: F2, D9 and 3F. RGB value is (242,217,63). Sum of RGB (Red+Green+Blue) = 242+217+63=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D93F is #0D26C0. Grayscale: #CFCFCF. Windows color (decimal): -861889 or 4184562. OLE color: 4184562.

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

Color convert

RGB 242 217 63 -
CMYK 0 0.10 0.74 0.05
HSL 51.62º 0.87% 0.6% -
HSV(B) 51.62º 0.74% 0.95% -
XYZ 62.33 68.86 14.71 -
YUV 206.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 242 217 63 0 0.10 0.74 0.05 51.62 0.87 0.6
Hex F2 D9 3F 0 A 4A 5 34 57 3C
Octal 362 331 77 0 12 112 5 64 127 74
Binary 11110010 11011001 111111 0 1010 1001010 101 110100 1010111 111100

Color Harmonies of #F2D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D93F

Black with #F2D93F

Text Example


Text Example

White with #F2D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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