Html Css Color HEX #FDDE2B Gorse

📋 copy color: '#FDDE2B'

red 253 ◦ green 222 ◦ blue 43

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

Shades of Gorse #FDDE2B

Tints of Gorse #FDDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

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

R = 48.84%
G = 42.86%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDDE2B (or 0xFDDE2B) is known color: Gorse. HEX triplet: FD, DE and 2B. RGB value is (253,222,43). Sum of RGB (Red+Green+Blue) = 253+222+43=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE2B is #0221D4. Grayscale: #D3D3D3. Windows color (decimal): -139733 or 2875133. OLE color: 2875133.

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

Color convert

RGB 253 222 43 -
CMYK 0 0.12 0.83 0.01
HSL 51.14º 0.98% 0.58% -
HSV(B) 51.14º 0.83% 0.99% -
XYZ 67.07 73.3 12.9 -
YUV 210.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 253 222 43 0 0.12 0.83 0.01 51.14 0.98 0.58
Hex FD DE 2B 0 C 53 1 33 62 3A
Octal 375 336 53 0 14 123 1 63 142 72
Binary 11111101 11011110 101011 0 1100 1010011 1 110011 1100010 111010

Color Harmonies of #FDDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE2B

Black with #FDDE2B

Text Example


Text Example

White with #FDDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE2B; }

 p { color: rgb(253,222,43); }

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

background-color css

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

 a { background-color: rgb(253,222,43); }

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

border-color css

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

 span { border-color: rgb(253,222,43); }

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