Html Css Color HEX #FFDA3E Gorse

📋 copy color: '#FFDA3E'

red 255 ◦ green 218 ◦ blue 62

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

Shades of Gorse #FFDA3E

Tints of Gorse #FFDA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.59%

R = 47.66%
G = 40.75%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFDA3E (or 0xFFDA3E) is known color: Gorse. HEX triplet: FF, DA and 3E. RGB value is (255,218,62). Sum of RGB (Red+Green+Blue) = 255+218+62=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3E is #0025C1. Grayscale: #D3D3D3. Windows color (decimal): -9666 or 4119295. OLE color: 4119295.

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

Color convert

RGB 255 218 62 -
CMYK 0 0.15 0.76 0
HSL 48.5º 1% 0.62% -
HSV(B) 48.5º 0.76% 1% -
XYZ 67.18 71.75 14.87 -
YUV 211.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 255 218 62 0 0.15 0.76 0 48.5 1 0.62
Hex FF DA 3E 0 F 4C 0 30 64 3E
Octal 377 332 76 0 17 114 0 60 144 76
Binary 11111111 11011010 111110 0 1111 1001100 0 110000 1100100 111110

Color Harmonies of #FFDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA3E

Black with #FFDA3E

Text Example


Text Example

White with #FFDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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