Html Css Color HEX #FDF328 Gorse

📋 copy color: '#FDF328'

red 253 ◦ green 243 ◦ blue 40

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

Shades of Gorse #FDF328

Tints of Gorse #FDF328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.46%

R = 47.2%
G = 45.34%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF328 (or 0xFDF328) is known color: Gorse. HEX triplet: FD, F3 and 28. RGB value is (253,243,40). Sum of RGB (Red+Green+Blue) = 253+243+40=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 40 (16.02% from 255 or 7.46% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF328 is #020CD7. Grayscale: #DFDFDF. Windows color (decimal): -134360 or 2683901. OLE color: 2683901.

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

Color convert

RGB 253 243 40 -
CMYK 0 0.04 0.84 0.01
HSL 57.18º 0.98% 0.57% -
HSV(B) 57.18º 0.84% 0.99% -
XYZ 72.94 85.14 14.6 -
YUV 222.85 24.81 149.51 -
System Red Green Blue C M Y K H S L
Decimal 253 243 40 0 0.04 0.84 0.01 57.18 0.98 0.57
Hex FD F3 28 0 4 54 1 39 62 39
Octal 375 363 50 0 4 124 1 71 142 71
Binary 11111101 11110011 101000 0 100 1010100 1 111001 1100010 111001

Color Harmonies of #FDF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF328

Black with #FDF328

Text Example


Text Example

White with #FDF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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