Html Css Color HEX #FFDA2E Gorse

📋 copy color: '#FFDA2E'

red 255 ◦ green 218 ◦ blue 46

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

Shades of Gorse #FFDA2E

Tints of Gorse #FFDA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.86%

R = 49.13%
G = 42%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDA2E (or 0xFFDA2E) is known color: Gorse. HEX triplet: FF, DA and 2E. RGB value is (255,218,46). Sum of RGB (Red+Green+Blue) = 255+218+46=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA2E is #0025D1. Grayscale: #D2D2D2. Windows color (decimal): -9682 or 3070719. OLE color: 3070719.

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

Color convert

RGB 255 218 46 -
CMYK 0 0.15 0.82 0
HSL 49.38º 1% 0.59% -
HSV(B) 49.38º 0.82% 1% -
XYZ 66.8 71.6 12.88 -
YUV 209.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 255 218 46 0 0.15 0.82 0 49.38 1 0.59
Hex FF DA 2E 0 F 52 0 31 64 3B
Octal 377 332 56 0 17 122 0 61 144 73
Binary 11111111 11011010 101110 0 1111 1010010 0 110001 1100100 111011

Color Harmonies of #FFDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA2E

Black with #FFDA2E

Text Example


Text Example

White with #FFDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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