Html Css Color HEX #FDF53B Gorse

📋 copy color: '#FDF53B'

red 253 ◦ green 245 ◦ blue 59

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

Shades of Gorse #FDF53B

Tints of Gorse #FDF53B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.99%

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

R = 45.42%
G = 43.99%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDF53B (or 0xFDF53B) is known color: Gorse. HEX triplet: FD, F5 and 3B. RGB value is (253,245,59). Sum of RGB (Red+Green+Blue) = 253+245+59=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 59 (23.44% from 255 or 10.59% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF53B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF53B is #020AC4. Grayscale: #E2E2E2. Windows color (decimal): -133829 or 3929597. OLE color: 3929597.

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

Color convert

RGB 253 245 59 -
CMYK 0 0.03 0.77 0.01
HSL 57.53º 0.98% 0.61% -
HSV(B) 57.53º 0.77% 0.99% -
XYZ 73.95 86.5 16.94 -
YUV 226.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 253 245 59 0 0.03 0.77 0.01 57.53 0.98 0.61
Hex FD F5 3B 0 3 4D 1 3A 62 3D
Octal 375 365 73 0 3 115 1 72 142 75
Binary 11111101 11110101 111011 0 11 1001101 1 111010 1100010 111101

Color Harmonies of #FDF53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF53B

Black with #FDF53B

Text Example


Text Example

White with #FDF53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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