Html Css Color HEX #FDF332 Gorse

📋 copy color: '#FDF332'

red 253 ◦ green 243 ◦ blue 50

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

Shades of Gorse #FDF332

Tints of Gorse #FDF332

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.51%

 BLUE value IS 50 (19.92% from 255) = 9.16%

R = 46.34%
G = 44.51%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF332 (or 0xFDF332) is known color: Gorse. HEX triplet: FD, F3 and 32. RGB value is (253,243,50). Sum of RGB (Red+Green+Blue) = 253+243+50=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 50 (19.92% from 255 or 9.16% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF332 is #020CCD. Grayscale: #E0E0E0. Windows color (decimal): -134350 or 3339261. OLE color: 3339261.

HSL color Cylindrical-coordinate representation of color #FDF332: hue angle of 57.04º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF332 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 50 -
CMYK 0 0.04 0.80 0.01
HSL 57.04º 0.98% 0.59% -
HSV(B) 57.04º 0.8% 0.99% -
XYZ 73.13 85.21 15.61 -
YUV 223.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 253 243 50 0 0.04 0.80 0.01 57.04 0.98 0.59
Hex FD F3 32 0 4 50 1 39 62 3B
Octal 375 363 62 0 4 120 1 71 142 73
Binary 11111101 11110011 110010 0 100 1010000 1 111001 1100010 111011

Color Harmonies of #FDF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF332

Black with #FDF332

Text Example


Text Example

White with #FDF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF332; }

 p { color: rgb(253,243,50); }

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

background-color css

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

 a { background-color: rgb(253,243,50); }

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

border-color css

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

 span { border-color: rgb(253,243,50); }

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