Html Css Color HEX #FCED26 Gorse

📋 copy color: '#FCED26'

red 252 ◦ green 237 ◦ blue 38

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

Shades of Gorse #FCED26

Tints of Gorse #FCED26

RGB

 RED value IS 252 (98.83% from 255) = 47.82%

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

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

R = 47.82%
G = 44.97%
B = 7.21%

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

#FCED26 (or 0xFCED26) is known color: Gorse. HEX triplet: FC, ED and 26. RGB value is (252,237,38). Sum of RGB (Red+Green+Blue) = 252+237+38=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 38 (15.23% from 255 or 7.21% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED26 is #0312D9. Grayscale: #DBDBDB. Windows color (decimal): -201434 or 2551292. OLE color: 2551292.

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

Color convert

RGB 252 237 38 -
CMYK 0 0.06 0.85 0.01
HSL 55.79º 0.97% 0.57% -
HSV(B) 55.79º 0.85% 0.99% -
XYZ 70.78 81.4 13.82 -
YUV 218.8 25.97 151.68 -
System Red Green Blue C M Y K H S L
Decimal 252 237 38 0 0.06 0.85 0.01 55.79 0.97 0.57
Hex FC ED 26 0 6 55 1 38 61 39
Octal 374 355 46 0 6 125 1 70 141 71
Binary 11111100 11101101 100110 0 110 1010101 1 111000 1100001 111001

Color Harmonies of #FCED26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED26

Black with #FCED26

Text Example


Text Example

White with #FCED26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED26; }

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

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

background-color css

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

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

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

border-color css

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

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

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