Html Css Color HEX #FDFC2A Gorse

📋 copy color: '#FDFC2A'

red 253 ◦ green 252 ◦ blue 42

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

Shades of Gorse #FDFC2A

Tints of Gorse #FDFC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.68%

R = 46.25%
G = 46.07%
B = 7.68%

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

#FDFC2A (or 0xFDFC2A) is known color: Gorse. HEX triplet: FD, FC and 2A. RGB value is (253,252,42). Sum of RGB (Red+Green+Blue) = 253+252+42=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 42 (16.80% from 255 or 7.68% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC2A is #0203D5. Grayscale: #E5E5E5. Windows color (decimal): -132054 or 2817277. OLE color: 2817277.

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

Color convert

RGB 253 252 42 -
CMYK 0 0.00 0.83 0.01
HSL 59.72º 0.98% 0.58% -
HSV(B) 59.72º 0.83% 0.99% -
XYZ 75.74 90.67 15.7 -
YUV 228.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 253 252 42 0 0.00 0.83 0.01 59.72 0.98 0.58
Hex FD FC 2A 0 0 53 1 3C 62 3A
Octal 375 374 52 0 0 123 1 74 142 72
Binary 11111101 11111100 101010 0 0 1010011 1 111100 1100010 111010

Color Harmonies of #FDFC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC2A

Black with #FDFC2A

Text Example


Text Example

White with #FDFC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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