Html Css Color HEX #FDEF2A Gorse

📋 copy color: '#FDEF2A'

red 253 ◦ green 239 ◦ blue 42

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

Shades of Gorse #FDEF2A

Tints of Gorse #FDEF2A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

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

R = 47.38%
G = 44.76%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDEF2A (or 0xFDEF2A) is known color: Gorse. HEX triplet: FD, EF and 2A. RGB value is (253,239,42). Sum of RGB (Red+Green+Blue) = 253+239+42=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF2A is #0210D5. Grayscale: #DDDDDD. Windows color (decimal): -135382 or 2813949. OLE color: 2813949.

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

Color convert

RGB 253 239 42 -
CMYK 0 0.06 0.83 0.01
HSL 56.02º 0.98% 0.58% -
HSV(B) 56.02º 0.83% 0.99% -
XYZ 71.79 82.78 14.39 -
YUV 220.73 27.14 151.02 -
System Red Green Blue C M Y K H S L
Decimal 253 239 42 0 0.06 0.83 0.01 56.02 0.98 0.58
Hex FD EF 2A 0 6 53 1 38 62 3A
Octal 375 357 52 0 6 123 1 70 142 72
Binary 11111101 11101111 101010 0 110 1010011 1 111000 1100010 111010

Color Harmonies of #FDEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF2A

Black with #FDEF2A

Text Example


Text Example

White with #FDEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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