Html Css Color HEX #FFD93A Gorse

📋 copy color: '#FFD93A'

red 255 ◦ green 217 ◦ blue 58

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

Shades of Gorse #FFD93A

Tints of Gorse #FFD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 58 (23.05% from 255) = 10.94%

R = 48.11%
G = 40.94%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFD93A (or 0xFFD93A) is known color: Gorse. HEX triplet: FF, D9 and 3A. RGB value is (255,217,58). Sum of RGB (Red+Green+Blue) = 255+217+58=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93A is #0026C5. Grayscale: #D2D2D2. Windows color (decimal): -9926 or 3856895. OLE color: 3856895.

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

Color convert

RGB 255 217 58 -
CMYK 0 0.15 0.77 0
HSL 48.43º 1% 0.61% -
HSV(B) 48.43º 0.77% 1% -
XYZ 66.82 71.19 14.22 -
YUV 210.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 255 217 58 0 0.15 0.77 0 48.43 1 0.61
Hex FF D9 3A 0 F 4D 0 30 64 3D
Octal 377 331 72 0 17 115 0 60 144 75
Binary 11111111 11011001 111010 0 1111 1001101 0 110000 1100100 111101

Color Harmonies of #FFD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD93A

Black with #FFD93A

Text Example


Text Example

White with #FFD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD93A; }

 p { color: rgb(255,217,58); }

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

background-color css

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

 a { background-color: rgb(255,217,58); }

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

border-color css

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

 span { border-color: rgb(255,217,58); }

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