Html Css Color HEX #FDFC3A Gorse

📋 copy color: '#FDFC3A'

red 253 ◦ green 252 ◦ blue 58

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

Shades of Gorse #FDFC3A

Tints of Gorse #FDFC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.3%

R = 44.94%
G = 44.76%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDFC3A (or 0xFDFC3A) is known color: Gorse. HEX triplet: FD, FC and 3A. RGB value is (253,252,58). Sum of RGB (Red+Green+Blue) = 253+252+58=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 58 (23.05% from 255 or 10.30% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC3A is #0203C5. Grayscale: #E6E6E6. Windows color (decimal): -132038 or 3865853. OLE color: 3865853.

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

Color convert

RGB 253 252 58 -
CMYK 0 0.00 0.77 0.01
HSL 59.69º 0.98% 0.61% -
HSV(B) 59.69º 0.77% 0.99% -
XYZ 76.08 90.81 17.52 -
YUV 230.18 30.83 144.27 -
System Red Green Blue C M Y K H S L
Decimal 253 252 58 0 0.00 0.77 0.01 59.69 0.98 0.61
Hex FD FC 3A 0 0 4D 1 3C 62 3D
Octal 375 374 72 0 0 115 1 74 142 75
Binary 11111101 11111100 111010 0 0 1001101 1 111100 1100010 111101

Color Harmonies of #FDFC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC3A

Black with #FDFC3A

Text Example


Text Example

White with #FDFC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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