Html Css Color HEX #FFDA41 Gorse

📋 copy color: '#FFDA41'

red 255 ◦ green 218 ◦ blue 65

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

Shades of Gorse #FFDA41

Tints of Gorse #FFDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.08%

R = 47.4%
G = 40.52%
B = 12.08%

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

#FFDA41 (or 0xFFDA41) is known color: Gorse. HEX triplet: FF, DA and 41. RGB value is (255,218,65). Sum of RGB (Red+Green+Blue) = 255+218+65=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA41 is #0025BE. Grayscale: #D4D4D4. Windows color (decimal): -9663 or 4315903. OLE color: 4315903.

HSL color Cylindrical-coordinate representation of color #FFDA41: hue angle of 48.32º 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 #FFDA41 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 65 -
CMYK 0 0.15 0.75 0
HSL 48.32º 1% 0.63% -
HSV(B) 48.32º 0.75% 1% -
XYZ 67.27 71.78 15.31 -
YUV 211.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 255 218 65 0 0.15 0.75 0 48.32 1 0.63
Hex FF DA 41 0 F 4B 0 30 64 3F
Octal 377 332 101 0 17 113 0 60 144 77
Binary 11111111 11011010 1000001 0 1111 1001011 0 110000 1100100 111111

Color Harmonies of #FFDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA41

Black with #FFDA41

Text Example


Text Example

White with #FFDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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