Html Css Color HEX #FCDF25 Gorse

📋 copy color: '#FCDF25'

red 252 ◦ green 223 ◦ blue 37

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

Shades of Gorse #FCDF25

Tints of Gorse #FCDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.23%

R = 49.22%
G = 43.55%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCDF25 (or 0xFCDF25) is known color: Gorse. HEX triplet: FC, DF and 25. RGB value is (252,223,37). Sum of RGB (Red+Green+Blue) = 252+223+37=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF25 is #0320DA. Grayscale: #D3D3D3. Windows color (decimal): -205019 or 2482172. OLE color: 2482172.

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

Color convert

RGB 252 223 37 -
CMYK 0 0.12 0.85 0.01
HSL 51.91º 0.97% 0.57% -
HSV(B) 51.91º 0.85% 0.99% -
XYZ 66.87 73.6 12.43 -
YUV 210.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 252 223 37 0 0.12 0.85 0.01 51.91 0.97 0.57
Hex FC DF 25 0 C 55 1 34 61 39
Octal 374 337 45 0 14 125 1 64 141 71
Binary 11111100 11011111 100101 0 1100 1010101 1 110100 1100001 111001

Color Harmonies of #FCDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF25

Black with #FCDF25

Text Example


Text Example

White with #FCDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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