Html Css Color HEX #FCED34 Gorse

📋 copy color: '#FCED34'

red 252 ◦ green 237 ◦ blue 52

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

Shades of Gorse #FCED34

Tints of Gorse #FCED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.61%

R = 46.58%
G = 43.81%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCED34 (or 0xFCED34) is known color: Gorse. HEX triplet: FC, ED and 34. RGB value is (252,237,52). Sum of RGB (Red+Green+Blue) = 252+237+52=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 52 (20.70% from 255 or 9.61% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED34 is #0312CB. Grayscale: #DDDDDD. Windows color (decimal): -201420 or 3468796. OLE color: 3468796.

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

Color convert

RGB 252 237 52 -
CMYK 0 0.06 0.79 0.01
HSL 55.5º 0.97% 0.6% -
HSV(B) 55.5º 0.79% 0.99% -
XYZ 71.05 81.51 15.24 -
YUV 220.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 252 237 52 0 0.06 0.79 0.01 55.5 0.97 0.6
Hex FC ED 34 0 6 4F 1 38 61 3C
Octal 374 355 64 0 6 117 1 70 141 74
Binary 11111100 11101101 110100 0 110 1001111 1 111000 1100001 111100

Color Harmonies of #FCED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED34

Black with #FCED34

Text Example


Text Example

White with #FCED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED34; }

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

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

background-color css

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

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

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

border-color css

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

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

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