Html Css Color HEX #FDFC3B Gorse

📋 copy color: '#FDFC3B'

red 253 ◦ green 252 ◦ blue 59

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

Shades of Gorse #FDFC3B

Tints of Gorse #FDFC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.46%

R = 44.86%
G = 44.68%
B = 10.46%

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

#FDFC3B (or 0xFDFC3B) is known color: Gorse. HEX triplet: FD, FC and 3B. RGB value is (253,252,59). Sum of RGB (Red+Green+Blue) = 253+252+59=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 59 (23.44% from 255 or 10.46% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC3B is #0203C4. Grayscale: #E7E7E7. Windows color (decimal): -132037 or 3931389. OLE color: 3931389.

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

Color convert

RGB 253 252 59 -
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.11 90.82 17.66 -
YUV 230.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 253 252 59 0 0.00 0.77 0.01 59.69 0.98 0.61
Hex FD FC 3B 0 0 4D 1 3C 62 3D
Octal 375 374 73 0 0 115 1 74 142 75
Binary 11111101 11111100 111011 0 0 1001101 1 111100 1100010 111101

Color Harmonies of #FDFC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC3B

Black with #FDFC3B

Text Example


Text Example

White with #FDFC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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