Html Css Color HEX #FDD935 Gorse

📋 copy color: '#FDD935'

red 253 ◦ green 217 ◦ blue 53

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

Shades of Gorse #FDD935

Tints of Gorse #FDD935

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

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

 BLUE value IS 53 (21.09% from 255) = 10.13%

R = 48.37%
G = 41.49%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD935 (or 0xFDD935) is known color: Gorse. HEX triplet: FD, D9 and 35. RGB value is (253,217,53). Sum of RGB (Red+Green+Blue) = 253+217+53=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 53 (21.09% from 255 or 10.13% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD935 is #0226CA. Grayscale: #D1D1D1. Windows color (decimal): -141003 or 3529213. OLE color: 3529213.

HSL color Cylindrical-coordinate representation of color #FDD935: hue angle of 49.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDD935 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 53 -
CMYK 0 0.14 0.79 0.01
HSL 49.2º 0.98% 0.6% -
HSV(B) 49.2º 0.79% 0.99% -
XYZ 65.96 70.77 13.55 -
YUV 209.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 253 217 53 0 0.14 0.79 0.01 49.2 0.98 0.6
Hex FD D9 35 0 E 4F 1 31 62 3C
Octal 375 331 65 0 16 117 1 61 142 74
Binary 11111101 11011001 110101 0 1110 1001111 1 110001 1100010 111100

Color Harmonies of #FDD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD935

Black with #FDD935

Text Example


Text Example

White with #FDD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD935; }

 p { color: rgb(253,217,53); }

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

background-color css

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

 a { background-color: rgb(253,217,53); }

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

border-color css

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

 span { border-color: rgb(253,217,53); }

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