Html Css Color HEX #FDFC2C Gorse

📋 copy color: '#FDFC2C'

red 253 ◦ green 252 ◦ blue 44

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

Shades of Gorse #FDFC2C

Tints of Gorse #FDFC2C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 46.08%
G = 45.9%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDFC2C (or 0xFDFC2C) is known color: Gorse. HEX triplet: FD, FC and 2C. RGB value is (253,252,44). Sum of RGB (Red+Green+Blue) = 253+252+44=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 44 (17.58% from 255 or 8.01% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC2C is #0203D3. Grayscale: #E5E5E5. Windows color (decimal): -132052 or 2948349. OLE color: 2948349.

HSL color Cylindrical-coordinate representation of color #FDFC2C: hue angle of 59.71º 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 #FDFC2C is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 44 -
CMYK 0 0.00 0.83 0.01
HSL 59.71º 0.98% 0.58% -
HSV(B) 59.71º 0.83% 0.99% -
XYZ 75.77 90.69 15.89 -
YUV 228.59 23.83 145.41 -
System Red Green Blue C M Y K H S L
Decimal 253 252 44 0 0.00 0.83 0.01 59.71 0.98 0.58
Hex FD FC 2C 0 0 53 1 3C 62 3A
Octal 375 374 54 0 0 123 1 74 142 72
Binary 11111101 11111100 101100 0 0 1010011 1 111100 1100010 111010

Color Harmonies of #FDFC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC2C

Black with #FDFC2C

Text Example


Text Example

White with #FDFC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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