Html Css Color HEX #FDF728 Gorse

📋 copy color: '#FDF728'

red 253 ◦ green 247 ◦ blue 40

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

Shades of Gorse #FDF728

Tints of Gorse #FDF728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

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

R = 46.85%
G = 45.74%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF728 (or 0xFDF728) is known color: Gorse. HEX triplet: FD, F7 and 28. RGB value is (253,247,40). Sum of RGB (Red+Green+Blue) = 253+247+40=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 40 (16.02% from 255 or 7.41% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF728 is #0208D7. Grayscale: #E2E2E2. Windows color (decimal): -133336 or 2684925. OLE color: 2684925.

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

Color convert

RGB 253 247 40 -
CMYK 0 0.02 0.84 0.01
HSL 58.31º 0.98% 0.57% -
HSV(B) 58.31º 0.84% 0.99% -
XYZ 74.15 87.56 15 -
YUV 225.2 23.49 147.83 -
System Red Green Blue C M Y K H S L
Decimal 253 247 40 0 0.02 0.84 0.01 58.31 0.98 0.57
Hex FD F7 28 0 2 54 1 3A 62 39
Octal 375 367 50 0 2 124 1 72 142 71
Binary 11111101 11110111 101000 0 10 1010100 1 111010 1100010 111001

Color Harmonies of #FDF728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF728

Black with #FDF728

Text Example


Text Example

White with #FDF728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF728; }

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

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

background-color css

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

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

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

border-color css

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

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

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