Html Css Color HEX #FDEB40 Gorse

📋 copy color: '#FDEB40'

red 253 ◦ green 235 ◦ blue 64

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

Shades of Gorse #FDEB40

Tints of Gorse #FDEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.57%

 BLUE value IS 64 (25.39% from 255) = 11.59%

R = 45.83%
G = 42.57%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDEB40 (or 0xFDEB40) is known color: Gorse. HEX triplet: FD, EB and 40. RGB value is (253,235,64). Sum of RGB (Red+Green+Blue) = 253+235+64=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB40 is #0214BF. Grayscale: #DDDDDD. Windows color (decimal): -136384 or 4254717. OLE color: 4254717.

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

Color convert

RGB 253 235 64 -
CMYK 0 0.07 0.75 0.01
HSL 54.29º 0.98% 0.62% -
HSV(B) 54.29º 0.75% 0.99% -
XYZ 71.14 80.67 16.67 -
YUV 220.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 253 235 64 0 0.07 0.75 0.01 54.29 0.98 0.62
Hex FD EB 40 0 7 4B 1 36 62 3E
Octal 375 353 100 0 7 113 1 66 142 76
Binary 11111101 11101011 1000000 0 111 1001011 1 110110 1100010 111110

Color Harmonies of #FDEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB40

Black with #FDEB40

Text Example


Text Example

White with #FDEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB40; }

 p { color: rgb(253,235,64); }

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

background-color css

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

 a { background-color: rgb(253,235,64); }

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

border-color css

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

 span { border-color: rgb(253,235,64); }

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