Html Css Color HEX #FDF534 Gorse

📋 copy color: '#FDF534'

red 253 ◦ green 245 ◦ blue 52

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

Shades of Gorse #FDF534

Tints of Gorse #FDF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.45%

R = 46%
G = 44.55%
B = 9.45%

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

#FDF534 (or 0xFDF534) is known color: Gorse. HEX triplet: FD, F5 and 34. RGB value is (253,245,52). Sum of RGB (Red+Green+Blue) = 253+245+52=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 52 (20.70% from 255 or 9.45% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF534 is #020ACB. Grayscale: #E2E2E2. Windows color (decimal): -133836 or 3470845. OLE color: 3470845.

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

Color convert

RGB 253 245 52 -
CMYK 0 0.03 0.79 0.01
HSL 57.61º 0.98% 0.6% -
HSV(B) 57.61º 0.79% 0.99% -
XYZ 73.78 86.44 16.04 -
YUV 225.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 253 245 52 0 0.03 0.79 0.01 57.61 0.98 0.6
Hex FD F5 34 0 3 4F 1 3A 62 3C
Octal 375 365 64 0 3 117 1 72 142 74
Binary 11111101 11110101 110100 0 11 1001111 1 111010 1100010 111100

Color Harmonies of #FDF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF534

Black with #FDF534

Text Example


Text Example

White with #FDF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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