Html Css Color HEX #FDF535 Gorse

📋 copy color: '#FDF535'

red 253 ◦ green 245 ◦ blue 53

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

Shades of Gorse #FDF535

Tints of Gorse #FDF535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.62%

R = 45.92%
G = 44.46%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF535 (or 0xFDF535) is known color: Gorse. HEX triplet: FD, F5 and 35. RGB value is (253,245,53). Sum of RGB (Red+Green+Blue) = 253+245+53=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 53 (21.09% from 255 or 9.62% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF535 is #020ACA. Grayscale: #E2E2E2. Windows color (decimal): -133835 or 3536381. OLE color: 3536381.

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

Color convert

RGB 253 245 53 -
CMYK 0 0.03 0.79 0.01
HSL 57.6º 0.98% 0.6% -
HSV(B) 57.6º 0.79% 0.99% -
XYZ 73.8 86.44 16.16 -
YUV 225.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 253 245 53 0 0.03 0.79 0.01 57.6 0.98 0.6
Hex FD F5 35 0 3 4F 1 3A 62 3C
Octal 375 365 65 0 3 117 1 72 142 74
Binary 11111101 11110101 110101 0 11 1001111 1 111010 1100010 111100

Color Harmonies of #FDF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF535

Black with #FDF535

Text Example


Text Example

White with #FDF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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