Html Css Color HEX #FDF22C Gorse

📋 copy color: '#FDF22C'

red 253 ◦ green 242 ◦ blue 44

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

Shades of Gorse #FDF22C

Tints of Gorse #FDF22C

RGB

 RED value IS 253 (99.22% from 255) = 46.94%

 GREEN value IS 242 (94.92% from 255) = 44.9%

 BLUE value IS 44 (17.58% from 255) = 8.16%

R = 46.94%
G = 44.9%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDF22C (or 0xFDF22C) is known color: Gorse. HEX triplet: FD, F2 and 2C. RGB value is (253,242,44). Sum of RGB (Red+Green+Blue) = 253+242+44=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF22C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF22C is #020DD3. Grayscale: #DFDFDF. Windows color (decimal): -134612 or 2945789. OLE color: 2945789.

HSL color Cylindrical-coordinate representation of color #FDF22C: hue angle of 56.84º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDF22C is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 44 -
CMYK 0 0.04 0.83 0.01
HSL 56.84º 0.98% 0.58% -
HSV(B) 56.84º 0.83% 0.99% -
XYZ 72.71 84.57 14.87 -
YUV 222.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 253 242 44 0 0.04 0.83 0.01 56.84 0.98 0.58
Hex FD F2 2C 0 4 53 1 39 62 3A
Octal 375 362 54 0 4 123 1 71 142 72
Binary 11111101 11110010 101100 0 100 1010011 1 111001 1100010 111010

Color Harmonies of #FDF22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF22C

Black with #FDF22C

Text Example


Text Example

White with #FDF22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF22C; }

 p { color: rgb(253,242,44); }

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

background-color css

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

 a { background-color: rgb(253,242,44); }

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

border-color css

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

 span { border-color: rgb(253,242,44); }

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