Html Css Color HEX #FDED2F Gorse

📋 copy color: '#FDED2F'

red 253 ◦ green 237 ◦ blue 47

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

Shades of Gorse #FDED2F

Tints of Gorse #FDED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

 BLUE value IS 47 (18.75% from 255) = 8.75%

R = 47.11%
G = 44.13%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDED2F (or 0xFDED2F) is known color: Gorse. HEX triplet: FD, ED and 2F. RGB value is (253,237,47). Sum of RGB (Red+Green+Blue) = 253+237+47=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 47 (18.75% from 255 or 8.75% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED2F is #0212D0. Grayscale: #DCDCDC. Windows color (decimal): -135889 or 3141117. OLE color: 3141117.

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

Color convert

RGB 253 237 47 -
CMYK 0 0.06 0.81 0.01
HSL 55.34º 0.98% 0.59% -
HSV(B) 55.34º 0.81% 0.99% -
XYZ 71.31 81.66 14.69 -
YUV 220.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 253 237 47 0 0.06 0.81 0.01 55.34 0.98 0.59
Hex FD ED 2F 0 6 51 1 37 62 3B
Octal 375 355 57 0 6 121 1 67 142 73
Binary 11111101 11101101 101111 0 110 1010001 1 110111 1100010 111011

Color Harmonies of #FDED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED2F

Black with #FDED2F

Text Example


Text Example

White with #FDED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED2F; }

 p { color: rgb(253,237,47); }

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

background-color css

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

 a { background-color: rgb(253,237,47); }

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

border-color css

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

 span { border-color: rgb(253,237,47); }

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