Html Css Color HEX #FCDF35 Gorse

📋 copy color: '#FCDF35'

red 252 ◦ green 223 ◦ blue 53

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

Shades of Gorse #FCDF35

Tints of Gorse #FCDF35

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 53 (21.09% from 255) = 10.04%

R = 47.73%
G = 42.23%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDF35 (or 0xFCDF35) is known color: Gorse. HEX triplet: FC, DF and 35. RGB value is (252,223,53). Sum of RGB (Red+Green+Blue) = 252+223+53=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 53 (21.09% from 255 or 10.04% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF35 is #0320CA. Grayscale: #D5D5D5. Windows color (decimal): -205003 or 3530748. OLE color: 3530748.

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

Color convert

RGB 252 223 53 -
CMYK 0 0.12 0.79 0.01
HSL 51.26º 0.97% 0.6% -
HSV(B) 51.26º 0.79% 0.99% -
XYZ 67.18 73.73 14.06 -
YUV 212.29 38.11 156.32 -
System Red Green Blue C M Y K H S L
Decimal 252 223 53 0 0.12 0.79 0.01 51.26 0.97 0.6
Hex FC DF 35 0 C 4F 1 33 61 3C
Octal 374 337 65 0 14 117 1 63 141 74
Binary 11111100 11011111 110101 0 1100 1001111 1 110011 1100001 111100

Color Harmonies of #FCDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF35

Black with #FCDF35

Text Example


Text Example

White with #FCDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF35; }

 p { color: rgb(252,223,53); }

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

background-color css

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

 a { background-color: rgb(252,223,53); }

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

border-color css

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

 span { border-color: rgb(252,223,53); }

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