Html Css Color HEX #FDE12A Gorse

📋 copy color: '#FDE12A'

red 253 ◦ green 225 ◦ blue 42

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

Shades of Gorse #FDE12A

Tints of Gorse #FDE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

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

R = 48.65%
G = 43.27%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE12A (or 0xFDE12A) is known color: Gorse. HEX triplet: FD, E1 and 2A. RGB value is (253,225,42). Sum of RGB (Red+Green+Blue) = 253+225+42=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE12A is #021ED5. Grayscale: #D5D5D5. Windows color (decimal): -138966 or 2810365. OLE color: 2810365.

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

Color convert

RGB 253 225 42 -
CMYK 0 0.11 0.83 0.01
HSL 52.04º 0.98% 0.58% -
HSV(B) 52.04º 0.83% 0.99% -
XYZ 67.85 74.9 13.07 -
YUV 212.51 31.78 156.88 -
System Red Green Blue C M Y K H S L
Decimal 253 225 42 0 0.11 0.83 0.01 52.04 0.98 0.58
Hex FD E1 2A 0 B 53 1 34 62 3A
Octal 375 341 52 0 13 123 1 64 142 72
Binary 11111101 11100001 101010 0 1011 1010011 1 110100 1100010 111010

Color Harmonies of #FDE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE12A

Black with #FDE12A

Text Example


Text Example

White with #FDE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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