Html Css Color HEX #FDEF2B Gorse

📋 copy color: '#FDEF2B'

red 253 ◦ green 239 ◦ blue 43

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

Shades of Gorse #FDEF2B

Tints of Gorse #FDEF2B

RGB

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

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

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

R = 47.29%
G = 44.67%
B = 8.04%

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

#FDEF2B (or 0xFDEF2B) is known color: Gorse. HEX triplet: FD, EF and 2B. RGB value is (253,239,43). Sum of RGB (Red+Green+Blue) = 253+239+43=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 43 (17.19% from 255 or 8.04% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF2B is #0210D4. Grayscale: #DDDDDD. Windows color (decimal): -135381 or 2879485. OLE color: 2879485.

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

Color convert

RGB 253 239 43 -
CMYK 0 0.06 0.83 0.01
HSL 56º 0.98% 0.58% -
HSV(B) 56º 0.83% 0.99% -
XYZ 71.81 82.79 14.48 -
YUV 220.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 253 239 43 0 0.06 0.83 0.01 56 0.98 0.58
Hex FD EF 2B 0 6 53 1 38 62 3A
Octal 375 357 53 0 6 123 1 70 142 72
Binary 11111101 11101111 101011 0 110 1010011 1 111000 1100010 111010

Color Harmonies of #FDEF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF2B

Black with #FDEF2B

Text Example


Text Example

White with #FDEF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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