Html Css Color HEX #FFDA30 Gorse

📋 copy color: '#FFDA30'

red 255 ◦ green 218 ◦ blue 48

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

Shades of Gorse #FFDA30

Tints of Gorse #FFDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.21%

R = 48.94%
G = 41.84%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFDA30 (or 0xFFDA30) is known color: Gorse. HEX triplet: FF, DA and 30. RGB value is (255,218,48). Sum of RGB (Red+Green+Blue) = 255+218+48=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA30 is #0025CF. Grayscale: #D2D2D2. Windows color (decimal): -9680 or 3201791. OLE color: 3201791.

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

Color convert

RGB 255 218 48 -
CMYK 0 0.15 0.81 0
HSL 49.28º 1% 0.59% -
HSV(B) 49.28º 0.81% 1% -
XYZ 66.84 71.62 13.1 -
YUV 209.68 36.76 160.32 -
System Red Green Blue C M Y K H S L
Decimal 255 218 48 0 0.15 0.81 0 49.28 1 0.59
Hex FF DA 30 0 F 51 0 31 64 3B
Octal 377 332 60 0 17 121 0 61 144 73
Binary 11111111 11011010 110000 0 1111 1010001 0 110001 1100100 111011

Color Harmonies of #FFDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA30

Black with #FFDA30

Text Example


Text Example

White with #FFDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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