Html Css Color HEX #FDED27 Gorse

📋 copy color: '#FDED27'

red 253 ◦ green 237 ◦ blue 39

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

Shades of Gorse #FDED27

Tints of Gorse #FDED27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.37%

R = 47.83%
G = 44.8%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDED27 (or 0xFDED27) is known color: Gorse. HEX triplet: FD, ED and 27. RGB value is (253,237,39). Sum of RGB (Red+Green+Blue) = 253+237+39=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 39 (15.62% from 255 or 7.37% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED27 is #0212D8. Grayscale: #DCDCDC. Windows color (decimal): -135897 or 2616829. OLE color: 2616829.

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

Color convert

RGB 253 237 39 -
CMYK 0 0.06 0.85 0.01
HSL 55.51º 0.98% 0.57% -
HSV(B) 55.51º 0.85% 0.99% -
XYZ 71.16 81.6 13.92 -
YUV 219.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 253 237 39 0 0.06 0.85 0.01 55.51 0.98 0.57
Hex FD ED 27 0 6 55 1 38 62 39
Octal 375 355 47 0 6 125 1 70 142 71
Binary 11111101 11101101 100111 0 110 1010101 1 111000 1100010 111001

Color Harmonies of #FDED27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED27

Black with #FDED27

Text Example


Text Example

White with #FDED27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED27; }

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

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

background-color css

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

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

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

border-color css

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

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

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