Html Css Color HEX #FCF326 Gorse

📋 copy color: '#FCF326'

red 252 ◦ green 243 ◦ blue 38

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

Shades of Gorse #FCF326

Tints of Gorse #FCF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

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

R = 47.28%
G = 45.59%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCF326 (or 0xFCF326) is known color: Gorse. HEX triplet: FC, F3 and 26. RGB value is (252,243,38). Sum of RGB (Red+Green+Blue) = 252+243+38=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 38 (15.23% from 255 or 7.13% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF326 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF326 is #030CD9. Grayscale: #DFDFDF. Windows color (decimal): -199898 or 2552828. OLE color: 2552828.

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

Color convert

RGB 252 243 38 -
CMYK 0 0.04 0.85 0.01
HSL 57.48º 0.97% 0.57% -
HSV(B) 57.48º 0.85% 0.99% -
XYZ 72.55 84.94 14.4 -
YUV 222.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 252 243 38 0 0.04 0.85 0.01 57.48 0.97 0.57
Hex FC F3 26 0 4 55 1 39 61 39
Octal 374 363 46 0 4 125 1 71 141 71
Binary 11111100 11110011 100110 0 100 1010101 1 111001 1100001 111001

Color Harmonies of #FCF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF326

Black with #FCF326

Text Example


Text Example

White with #FCF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF326; }

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

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

background-color css

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

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

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

border-color css

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

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

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