Html Css Color HEX #FFDA40 Gorse

📋 copy color: '#FFDA40'

red 255 ◦ green 218 ◦ blue 64

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

Shades of Gorse #FFDA40

Tints of Gorse #FFDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.92%

R = 47.49%
G = 40.6%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFDA40 (or 0xFFDA40) is known color: Gorse. HEX triplet: FF, DA and 40. RGB value is (255,218,64). Sum of RGB (Red+Green+Blue) = 255+218+64=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA40 is #0025BF. Grayscale: #D4D4D4. Windows color (decimal): -9664 or 4250367. OLE color: 4250367.

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

Color convert

RGB 255 218 64 -
CMYK 0 0.15 0.75 0
HSL 48.38º 1% 0.63% -
HSV(B) 48.38º 0.75% 1% -
XYZ 67.24 71.77 15.16 -
YUV 211.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 255 218 64 0 0.15 0.75 0 48.38 1 0.63
Hex FF DA 40 0 F 4B 0 30 64 3F
Octal 377 332 100 0 17 113 0 60 144 77
Binary 11111111 11011010 1000000 0 1111 1001011 0 110000 1100100 111111

Color Harmonies of #FFDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA40

Black with #FFDA40

Text Example


Text Example

White with #FFDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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