Html Css Color HEX #FDF034 Gorse

📋 copy color: '#FDF034'

red 253 ◦ green 240 ◦ blue 52

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

Shades of Gorse #FDF034

Tints of Gorse #FDF034

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 46.42%
G = 44.04%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDF034 (or 0xFDF034) is known color: Gorse. HEX triplet: FD, F0 and 34. RGB value is (253,240,52). Sum of RGB (Red+Green+Blue) = 253+240+52=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 52 (20.70% from 255 or 9.54% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF034 is #020FCB. Grayscale: #DFDFDF. Windows color (decimal): -135116 or 3469565. OLE color: 3469565.

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

Color convert

RGB 253 240 52 -
CMYK 0 0.05 0.79 0.01
HSL 56.12º 0.98% 0.6% -
HSV(B) 56.12º 0.79% 0.99% -
XYZ 72.29 83.45 15.55 -
YUV 222.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 253 240 52 0 0.05 0.79 0.01 56.12 0.98 0.6
Hex FD F0 34 0 5 4F 1 38 62 3C
Octal 375 360 64 0 5 117 1 70 142 74
Binary 11111101 11110000 110100 0 101 1001111 1 111000 1100010 111100

Color Harmonies of #FDF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF034

Black with #FDF034

Text Example


Text Example

White with #FDF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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