Html Css Color HEX #FFD93B Gorse

📋 copy color: '#FFD93B'

red 255 ◦ green 217 ◦ blue 59

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

Shades of Gorse #FFD93B

Tints of Gorse #FFD93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.11%

R = 48.02%
G = 40.87%
B = 11.11%

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

#FFD93B (or 0xFFD93B) is known color: Gorse. HEX triplet: FF, D9 and 3B. RGB value is (255,217,59). Sum of RGB (Red+Green+Blue) = 255+217+59=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93B is #0026C4. Grayscale: #D3D3D3. Windows color (decimal): -9925 or 3922431. OLE color: 3922431.

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

Color convert

RGB 255 217 59 -
CMYK 0 0.15 0.77 0
HSL 48.37º 1% 0.62% -
HSV(B) 48.37º 0.77% 1% -
XYZ 66.84 71.2 14.36 -
YUV 210.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 255 217 59 0 0.15 0.77 0 48.37 1 0.62
Hex FF D9 3B 0 F 4D 0 30 64 3E
Octal 377 331 73 0 17 115 0 60 144 76
Binary 11111111 11011001 111011 0 1111 1001101 0 110000 1100100 111110

Color Harmonies of #FFD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD93B

Black with #FFD93B

Text Example


Text Example

White with #FFD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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