Html Css Color HEX #FFDA2B Gorse

📋 copy color: '#FFDA2B'

red 255 ◦ green 218 ◦ blue 43

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

Shades of Gorse #FFDA2B

Tints of Gorse #FFDA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.33%

R = 49.42%
G = 42.25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFDA2B (or 0xFFDA2B) is known color: Gorse. HEX triplet: FF, DA and 2B. RGB value is (255,218,43). Sum of RGB (Red+Green+Blue) = 255+218+43=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 43 (17.19% from 255 or 8.33% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA2B is #0025D4. Grayscale: #D1D1D1. Windows color (decimal): -9685 or 2874111. OLE color: 2874111.

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

Color convert

RGB 255 218 43 -
CMYK 0 0.15 0.83 0
HSL 49.53º 1% 0.58% -
HSV(B) 49.53º 0.83% 1% -
XYZ 66.75 71.58 12.58 -
YUV 209.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 255 218 43 0 0.15 0.83 0 49.53 1 0.58
Hex FF DA 2B 0 F 53 0 32 64 3A
Octal 377 332 53 0 17 123 0 62 144 72
Binary 11111111 11011010 101011 0 1111 1010011 0 110010 1100100 111010

Color Harmonies of #FFDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA2B

Black with #FFDA2B

Text Example


Text Example

White with #FFDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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