Html Css Color HEX #FDDE2A Gorse

📋 copy color: '#FDDE2A'

red 253 ◦ green 222 ◦ blue 42

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

Shades of Gorse #FDDE2A

Tints of Gorse #FDDE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.12%

R = 48.94%
G = 42.94%
B = 8.12%

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

#FDDE2A (or 0xFDDE2A) is known color: Gorse. HEX triplet: FD, DE and 2A. RGB value is (253,222,42). Sum of RGB (Red+Green+Blue) = 253+222+42=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE2A is #0221D5. Grayscale: #D3D3D3. Windows color (decimal): -139734 or 2809597. OLE color: 2809597.

HSL color Cylindrical-coordinate representation of color #FDDE2A: hue angle of 51.18º 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 #FDDE2A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 42 -
CMYK 0 0.12 0.83 0.01
HSL 51.18º 0.98% 0.58% -
HSV(B) 51.18º 0.83% 0.99% -
XYZ 67.05 73.29 12.8 -
YUV 210.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 253 222 42 0 0.12 0.83 0.01 51.18 0.98 0.58
Hex FD DE 2A 0 C 53 1 33 62 3A
Octal 375 336 52 0 14 123 1 63 142 72
Binary 11111101 11011110 101010 0 1100 1010011 1 110011 1100010 111010

Color Harmonies of #FDDE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE2A

Black with #FDDE2A

Text Example


Text Example

White with #FDDE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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