Html Css Color HEX #FDF538 Gorse

📋 copy color: '#FDF538'

red 253 ◦ green 245 ◦ blue 56

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

Shades of Gorse #FDF538

Tints of Gorse #FDF538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.11%

R = 45.67%
G = 44.22%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDF538 (or 0xFDF538) is known color: Gorse. HEX triplet: FD, F5 and 38. RGB value is (253,245,56). Sum of RGB (Red+Green+Blue) = 253+245+56=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 56 (22.27% from 255 or 10.11% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF538 is #020AC7. Grayscale: #E2E2E2. Windows color (decimal): -133832 or 3732989. OLE color: 3732989.

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

Color convert

RGB 253 245 56 -
CMYK 0 0.03 0.78 0.01
HSL 57.56º 0.98% 0.61% -
HSV(B) 57.56º 0.78% 0.99% -
XYZ 73.87 86.47 16.54 -
YUV 225.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 253 245 56 0 0.03 0.78 0.01 57.56 0.98 0.61
Hex FD F5 38 0 3 4E 1 3A 62 3D
Octal 375 365 70 0 3 116 1 72 142 75
Binary 11111101 11110101 111000 0 11 1001110 1 111010 1100010 111101

Color Harmonies of #FDF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF538

Black with #FDF538

Text Example


Text Example

White with #FDF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF538; }

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

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

background-color css

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

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

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

border-color css

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

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

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