Html Css Color HEX #FFDA28 Gorse

📋 copy color: '#FFDA28'

red 255 ◦ green 218 ◦ blue 40

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

Shades of Gorse #FFDA28

Tints of Gorse #FFDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 49.71%
G = 42.5%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFDA28 (or 0xFFDA28) is known color: Gorse. HEX triplet: FF, DA and 28. RGB value is (255,218,40). Sum of RGB (Red+Green+Blue) = 255+218+40=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA28 is #0025D7. Grayscale: #D1D1D1. Windows color (decimal): -9688 or 2677503. OLE color: 2677503.

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

Color convert

RGB 255 218 40 -
CMYK 0 0.15 0.84 0
HSL 49.67º 1% 0.58% -
HSV(B) 49.67º 0.84% 1% -
XYZ 66.69 71.56 12.3 -
YUV 208.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 255 218 40 0 0.15 0.84 0 49.67 1 0.58
Hex FF DA 28 0 F 54 0 32 64 3A
Octal 377 332 50 0 17 124 0 62 144 72
Binary 11111111 11011010 101000 0 1111 1010100 0 110010 1100100 111010

Color Harmonies of #FFDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA28

Black with #FFDA28

Text Example


Text Example

White with #FFDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA28; }

 p { color: rgb(255,218,40); }

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

background-color css

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

 a { background-color: rgb(255,218,40); }

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

border-color css

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

 span { border-color: rgb(255,218,40); }

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