Html Css Color HEX #FDED2B Gorse

📋 copy color: '#FDED2B'

red 253 ◦ green 237 ◦ blue 43

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

Shades of Gorse #FDED2B

Tints of Gorse #FDED2B

RGB

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

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

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

R = 47.47%
G = 44.47%
B = 8.07%

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

#FDED2B (or 0xFDED2B) is known color: Gorse. HEX triplet: FD, ED and 2B. RGB value is (253,237,43). Sum of RGB (Red+Green+Blue) = 253+237+43=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 43 (17.19% from 255 or 8.07% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED2B is #0212D4. Grayscale: #DCDCDC. Windows color (decimal): -135893 or 2878973. OLE color: 2878973.

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

Color convert

RGB 253 237 43 -
CMYK 0 0.06 0.83 0.01
HSL 55.43º 0.98% 0.58% -
HSV(B) 55.43º 0.83% 0.99% -
XYZ 71.23 81.63 14.29 -
YUV 219.67 28.3 151.77 -
System Red Green Blue C M Y K H S L
Decimal 253 237 43 0 0.06 0.83 0.01 55.43 0.98 0.58
Hex FD ED 2B 0 6 53 1 37 62 3A
Octal 375 355 53 0 6 123 1 67 142 72
Binary 11111101 11101101 101011 0 110 1010011 1 110111 1100010 111010

Color Harmonies of #FDED2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED2B

Black with #FDED2B

Text Example


Text Example

White with #FDED2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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