Html Css Color HEX #FFDC25 Gorse

📋 copy color: '#FFDC25'

red 255 ◦ green 220 ◦ blue 37

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

Shades of Gorse #FFDC25

Tints of Gorse #FFDC25

RGB

 RED value IS 255 (100% from 255) = 49.8%

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 37 (14.84% from 255) = 7.23%

R = 49.8%
G = 42.97%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFDC25 (or 0xFFDC25) is known color: Gorse. HEX triplet: FF, DC and 25. RGB value is (255,220,37). Sum of RGB (Red+Green+Blue) = 255+220+37=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC25 is #0023DA. Grayscale: #D2D2D2. Windows color (decimal): -9179 or 2481407. OLE color: 2481407.

HSL color Cylindrical-coordinate representation of color #FFDC25: hue angle of 50.37º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDC25 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 37 -
CMYK 0 0.14 0.85 0
HSL 50.37º 1% 0.57% -
HSV(B) 50.37º 0.85% 1% -
XYZ 67.17 72.58 12.22 -
YUV 209.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 255 220 37 0 0.14 0.85 0 50.37 1 0.57
Hex FF DC 25 0 E 55 0 32 64 39
Octal 377 334 45 0 16 125 0 62 144 71
Binary 11111111 11011100 100101 0 1110 1010101 0 110010 1100100 111001

Color Harmonies of #FFDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC25

Black with #FFDC25

Text Example


Text Example

White with #FFDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC25; }

 p { color: rgb(255,220,37); }

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

background-color css

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

 a { background-color: rgb(255,220,37); }

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

border-color css

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

 span { border-color: rgb(255,220,37); }

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