Html Css Color HEX #FDED26 Gorse

📋 copy color: '#FDED26'

red 253 ◦ green 237 ◦ blue 38

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

Shades of Gorse #FDED26

Tints of Gorse #FDED26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.2%

R = 47.92%
G = 44.89%
B = 7.2%

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

#FDED26 (or 0xFDED26) is known color: Gorse. HEX triplet: FD, ED and 26. RGB value is (253,237,38). Sum of RGB (Red+Green+Blue) = 253+237+38=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 38 (15.23% from 255 or 7.20% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED26 is #0212D9. Grayscale: #DBDBDB. Windows color (decimal): -135898 or 2551293. OLE color: 2551293.

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

Color convert

RGB 253 237 38 -
CMYK 0 0.06 0.85 0.01
HSL 55.53º 0.98% 0.57% -
HSV(B) 55.53º 0.85% 0.99% -
XYZ 71.14 81.59 13.83 -
YUV 219.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 253 237 38 0 0.06 0.85 0.01 55.53 0.98 0.57
Hex FD ED 26 0 6 55 1 38 62 39
Octal 375 355 46 0 6 125 1 70 142 71
Binary 11111101 11101101 100110 0 110 1010101 1 111000 1100010 111001

Color Harmonies of #FDED26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED26

Black with #FDED26

Text Example


Text Example

White with #FDED26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED26; }

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

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

background-color css

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

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

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

border-color css

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

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

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