Html Css Color HEX #FFDA3F Gorse

📋 copy color: '#FFDA3F'

red 255 ◦ green 218 ◦ blue 63

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

Shades of Gorse #FFDA3F

Tints of Gorse #FFDA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.75%

R = 47.57%
G = 40.67%
B = 11.75%

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

#FFDA3F (or 0xFFDA3F) is known color: Gorse. HEX triplet: FF, DA and 3F. RGB value is (255,218,63). Sum of RGB (Red+Green+Blue) = 255+218+63=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3F is #0025C0. Grayscale: #D4D4D4. Windows color (decimal): -9665 or 4184831. OLE color: 4184831.

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

Color convert

RGB 255 218 63 -
CMYK 0 0.15 0.75 0
HSL 48.44º 1% 0.62% -
HSV(B) 48.44º 0.75% 1% -
XYZ 67.21 71.76 15.01 -
YUV 211.39 44.26 159.1 -
System Red Green Blue C M Y K H S L
Decimal 255 218 63 0 0.15 0.75 0 48.44 1 0.62
Hex FF DA 3F 0 F 4B 0 30 64 3E
Octal 377 332 77 0 17 113 0 60 144 76
Binary 11111111 11011010 111111 0 1111 1001011 0 110000 1100100 111110

Color Harmonies of #FFDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA3F

Black with #FFDA3F

Text Example


Text Example

White with #FFDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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