Html Css Color HEX #FDF331 Gorse

📋 copy color: '#FDF331'

red 253 ◦ green 243 ◦ blue 49

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

Shades of Gorse #FDF331

Tints of Gorse #FDF331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 8.99%

R = 46.42%
G = 44.59%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF331 (or 0xFDF331) is known color: Gorse. HEX triplet: FD, F3 and 31. RGB value is (253,243,49). Sum of RGB (Red+Green+Blue) = 253+243+49=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF331 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF331 is #020CCE. Grayscale: #E0E0E0. Windows color (decimal): -134351 or 3273725. OLE color: 3273725.

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

Color convert

RGB 253 243 49 -
CMYK 0 0.04 0.81 0.01
HSL 57.06º 0.98% 0.59% -
HSV(B) 57.06º 0.81% 0.99% -
XYZ 73.11 85.21 15.5 -
YUV 223.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 253 243 49 0 0.04 0.81 0.01 57.06 0.98 0.59
Hex FD F3 31 0 4 51 1 39 62 3B
Octal 375 363 61 0 4 121 1 71 142 73
Binary 11111101 11110011 110001 0 100 1010001 1 111001 1100010 111011

Color Harmonies of #FDF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF331

Black with #FDF331

Text Example


Text Example

White with #FDF331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF331; }

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

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

background-color css

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

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

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

border-color css

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

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

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