Html Css Color HEX #FDF628 Gorse

📋 copy color: '#FDF628'

red 253 ◦ green 246 ◦ blue 40

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

Shades of Gorse #FDF628

Tints of Gorse #FDF628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.64%

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

R = 46.94%
G = 45.64%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDF628 (or 0xFDF628) is known color: Gorse. HEX triplet: FD, F6 and 28. RGB value is (253,246,40). Sum of RGB (Red+Green+Blue) = 253+246+40=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 40 (16.02% from 255 or 7.42% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF628 is #0209D7. Grayscale: #E1E1E1. Windows color (decimal): -133592 or 2684669. OLE color: 2684669.

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

Color convert

RGB 253 246 40 -
CMYK 0 0.03 0.84 0.01
HSL 58.03º 0.98% 0.57% -
HSV(B) 58.03º 0.84% 0.99% -
XYZ 73.85 86.95 14.9 -
YUV 224.61 23.82 148.25 -
System Red Green Blue C M Y K H S L
Decimal 253 246 40 0 0.03 0.84 0.01 58.03 0.98 0.57
Hex FD F6 28 0 3 54 1 3A 62 39
Octal 375 366 50 0 3 124 1 72 142 71
Binary 11111101 11110110 101000 0 11 1010100 1 111010 1100010 111001

Color Harmonies of #FDF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF628

Black with #FDF628

Text Example


Text Example

White with #FDF628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF628; }

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

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

background-color css

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

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

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

border-color css

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

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

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